UriAndroidNotificationSound class

Represents a URI on the Android device that should be used for the notification sound.

One way of obtaining such URIs is to use the native Android RingtoneManager APIs, which may require developers to write their own code that makes use of platform channels.

Implemented types

Constructors

UriAndroidNotificationSound(String _sound)
Constructs an instance of UriAndroidNotificationSound.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound String
The URI for the notification sound.
no setteroverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited