OSNotificationAction class

Represents an action taken on a push notification, such as tapping the notification (or a button on the notification), or if your inFocusDisplayType is set to true - if they tapped 'close'.

Constructors

OSNotificationAction(Map<String, dynamic> json)

Properties

actionId String?
The ID of the button on your notification that the user tapped
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type OSNotificationActionType
An enum that represents whether the user opened or took a more specific action (such as tapping a button on the notification)
getter/setter pair

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