Notification.AudioAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.