Notification.AudioAttributes Property

Definition

The AudioAttributes audio attributes to use when playing the sound.

[Android.Runtime.Register("audioAttributes")]
public Android.Media.AudioAttributes? AudioAttributes { get; set; }
[<Android.Runtime.Register("audioAttributes")>]
member this.AudioAttributes : Android.Media.AudioAttributes with get, set

Property Value

Attributes

Remarks

The AudioAttributes audio attributes to use when playing the sound.

This member is deprecated. use NotificationChannel#getAudioAttributes() instead.

Java documentation for android.app.Notification.audioAttributes.

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