StatusBarNotification.Tag Property

Definition

The tag supplied to android.app.NotificationManager#notify(int, Notification), or null if no tag was specified.

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

Property Value

Attributes

Remarks

The tag supplied to android.app.NotificationManager#notify(int, Notification), or null if no tag was specified.

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

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