Notification.WearableExtender.BridgeTag Property

Definition

Returns the bridge tag of the notification.

public string? BridgeTag { [Android.Runtime.Register("getBridgeTag", "()Ljava/lang/String;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getBridgeTag", "()Ljava/lang/String;", "", ApiSince=26)>]
member this.BridgeTag : string

Property Value

the bridge tag or null if not present.

Attributes

Remarks

Returns the bridge tag of the notification.

Java documentation for android.app.Notification.WearableExtender.getBridgeTag().

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