Language

Notification.GetBridgedNotificationMetadata Method

Definition

Returns the metadata associated with a notification originating on another device.

[Android.Runtime.Register("getBridgedNotificationMetadata", "()Landroid/app/Notification$BridgedNotificationMetadata;", "GetGetBridgedNotificationMetadataHandler", ApiSince=37)]
public virtual Android.App.Notification.BridgedNotificationMetadata? GetBridgedNotificationMetadata();
[<Android.Runtime.Register("getBridgedNotificationMetadata", "()Landroid/app/Notification$BridgedNotificationMetadata;", "GetGetBridgedNotificationMetadataHandler", ApiSince=37)>]
abstract member GetBridgedNotificationMetadata : unit -> Android.App.Notification.BridgedNotificationMetadata
override this.GetBridgedNotificationMetadata : unit -> Android.App.Notification.BridgedNotificationMetadata

Returns

the metadata associated with the notification. This value may be null.

Attributes

Remarks

Returns the metadata associated with a notification originating on another device. A copy of the original notification is sent to this device by a bridging app. This metadata is used for displaying the notification as a bridged notification to the user.

Android reference for android.app.Notification.getBridgedNotificationMetadata.

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