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. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sound → String
-
The URI for the notification sound.
read-only, override
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited