StatusBarNotification.PackageName Property

Definition

The package that the notification belongs to.

public virtual string? PackageName { [Android.Runtime.Register("getPackageName", "()Ljava/lang/String;", "GetGetPackageNameHandler")] get; }
[<get: Android.Runtime.Register("getPackageName", "()Ljava/lang/String;", "GetGetPackageNameHandler")>]
member this.PackageName : string

Property Value

Attributes

Remarks

The package that the notification belongs to.

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

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