Android.Appwidget.AppWidgetProviderInfo.InitialKeyguardLayout Property
The resource id of the initial layout for this AppWidget when it is displayed on keyguard.

Syntax

[Android.Runtime.Register("initialKeyguardLayout")]
public int InitialKeyguardLayout { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The resource id of the initial layout for this AppWidget when it is displayed on keyguard. This parameter only needs to be provided if the widget can be displayed on the keyguard, see AppWidgetProviderInfo.WidgetCategory.

This field corresponds to the android:initialKeyguardLayout attribute in the AppWidget meta-data file.

[Android Documentation]

Requirements

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