AppWidgetManager.IsRequestPinAppWidgetSupported Property

Definition

Return TRUE if the default launcher supports #requestPinAppWidget(ComponentName, Bundle, PendingIntent)

public virtual bool IsRequestPinAppWidgetSupported { [Android.Runtime.Register("isRequestPinAppWidgetSupported", "()Z", "GetIsRequestPinAppWidgetSupportedHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isRequestPinAppWidgetSupported", "()Z", "GetIsRequestPinAppWidgetSupportedHandler", ApiSince=26)>]
member this.IsRequestPinAppWidgetSupported : bool

Property Value

Attributes

Remarks

Return TRUE if the default launcher supports #requestPinAppWidget(ComponentName, Bundle, PendingIntent)

Java documentation for android.appwidget.AppWidgetManager.isRequestPinAppWidgetSupported().

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