Android.Widget.RemoteViews.OnLoadClass Method
Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated.

Syntax

[Android.Runtime.Register("onLoadClass", "(Ljava/lang/Class;)Z", "GetOnLoadClass_Ljava_lang_Class_Handler")]
public virtual bool OnLoadClass (Java.Lang.Class clazz)

Parameters

clazz
The class object for the View that is about to be inflated

Returns

Documentation for this section has not yet been entered.

Remarks

Hook to allow clients of the LayoutInflater to restrict the set of Views that are allowed to be inflated.

[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