RemoteViews.Reapply(Context, View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.