Notification.ExtraNotificationTag Field

Definition

Optional extra for INTENT_CATEGORY_NOTIFICATION_PREFERENCES.

[Android.Runtime.Register("EXTRA_NOTIFICATION_TAG", ApiSince=26)]
public const string ExtraNotificationTag;
[<Android.Runtime.Register("EXTRA_NOTIFICATION_TAG", ApiSince=26)>]
val mutable ExtraNotificationTag : string

Field Value

Implements

Attributes

Remarks

Optional extra for INTENT_CATEGORY_NOTIFICATION_PREFERENCES. If provided, will contain the tag provided to NotificationManager.notify(String,int,Notification) that can be used to narrow down what settings should be shown in the target app.

Android reference for android.app.Notification.EXTRA_NOTIFICATION_TAG.

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