AppWidgetProviderInfo.Profile Property

Definition

Gets the user profile in which the provider resides.

public Android.OS.UserHandle? Profile { [Android.Runtime.Register("getProfile", "()Landroid/os/UserHandle;", "")] get; }
[<get: Android.Runtime.Register("getProfile", "()Landroid/os/UserHandle;", "")>]
member this.Profile : Android.OS.UserHandle

Property Value

The hosting user profile.

Attributes

Remarks

Gets the user profile in which the provider resides.

Java documentation for android.appwidget.AppWidgetProviderInfo.getProfile().

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