AndroidNotificationData class

The response object of Location.changeNotificationOptions.

Contains native information about the notification shown on Android, when running in background mode.

Constructors

AndroidNotificationData.fromMap(Map data)
Creates a new AndroidNotificationData instance from a map.
factory

Properties

channelId String
The id of the used Android notification channel.
final
hashCode int
The hash code for this object.
no setteroverride
notificationId int
The id of the shown Android notification.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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