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

String
Attributes

Remarks

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