NotificationChannel.Sound Property

Definition

Returns the notification sound for this channel.

public Android.Net.Uri? Sound { [Android.Runtime.Register("getSound", "()Landroid/net/Uri;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getSound", "()Landroid/net/Uri;", "", ApiSince=26)>]
member this.Sound : Android.Net.Uri

Property Value

Uri
Attributes

Remarks

Returns the notification sound for this channel.

Java documentation for android.app.NotificationChannel.getSound().

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