Android.Widget.RemoteViews.Apply Method
Inflates the view hierarchy represented by this object and applies all of the actions.

Syntax

[Android.Runtime.Register("apply", "(Landroid/content/Context;Landroid/view/ViewGroup;)Landroid/view/View;", "GetApply_Landroid_content_Context_Landroid_view_ViewGroup_Handler")]
public virtual Android.Views.View Apply (Android.Content.Context context, Android.Views.ViewGroup parent)

Parameters

context
Default context to use
parent
Parent that the resulting view hierarchy will be attached to. This method does not attach the hierarchy. The caller should do so when appropriate.

Returns

Documentation for this section has not yet been entered.

Remarks

Inflates the view hierarchy represented by this object and applies all of the actions.

Caller beware: this may throw

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1