RemoteViews.Reapply(Context, View) Method

Definition

Applies all of the actions to the provided view.

[Android.Runtime.Register("reapply", "(Landroid/content/Context;Landroid/view/View;)V", "GetReapply_Landroid_content_Context_Landroid_view_View_Handler")]
public virtual void Reapply (Android.Content.Context? context, Android.Views.View? v);
[<Android.Runtime.Register("reapply", "(Landroid/content/Context;Landroid/view/View;)V", "GetReapply_Landroid_content_Context_Landroid_view_View_Handler")>]
abstract member Reapply : Android.Content.Context * Android.Views.View -> unit
override this.Reapply : Android.Content.Context * Android.Views.View -> unit

Parameters

context
Context
v
View

The view to apply the actions to. This should be the result of the #apply(Context,ViewGroup) call.

Attributes

Remarks

Java documentation for android.widget.RemoteViews.reapply(android.content.Context, android.view.View).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to