NotificationButtonType enum
Values
- unknown → const NotificationButtonType
-
const NotificationButtonType(100) - phoneCall → const NotificationButtonType
-
const NotificationButtonType(101) - sms → const NotificationButtonType
-
const NotificationButtonType(102) - mail → const NotificationButtonType
-
const NotificationButtonType(103) - browser → const NotificationButtonType
-
const NotificationButtonType(104) - openApp → const NotificationButtonType
-
const NotificationButtonType(105) - rateApp → const NotificationButtonType
-
const NotificationButtonType(106) - broadcastEvent → const NotificationButtonType
-
const NotificationButtonType(107) - passbook → const NotificationButtonType
-
const NotificationButtonType(111) - deeplink → const NotificationButtonType
-
const NotificationButtonType(112) - simple → const NotificationButtonType
-
const NotificationButtonType(113)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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
Static Methods
-
getByType(
NotificationButtonType type) → int -
getByValue(
int value) → NotificationButtonType
Constants
-
values
→ const List<
NotificationButtonType> - A constant List of the values in this enum, in order of their declaration.