StatusBarNotification.User Property

Definition

The android.os.UserHandle for whom this notification is intended.

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

Property Value

UserHandle
Attributes

Remarks

Java documentation for android.service.notification.StatusBarNotification.getUser().

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