Language

Notification.BridgedNotificationMetadata.OriginDeviceName Property

Definition

The name of the device the notification originated from (e.g. "Jane's phone").

public string OriginDeviceName { [Android.Runtime.Register("getOriginDeviceName", "()Ljava/lang/String;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getOriginDeviceName", "()Ljava/lang/String;", "", ApiSince=37)>]
member this.OriginDeviceName : string

Property Value

Attributes

Remarks

The name of the device the notification originated from (e.g. "Jane's phone").

Android reference for android.app.Notification.BridgedNotificationMetadata.getOriginDeviceName.

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