NUIPushCode enum

Inheritance
Available extensions

Values

REGISTER_SUCCESS → const NUIPushCode
REGISTER_FAILED → const NUIPushCode
PUSH_MESSAGE_SUCCESS → const NUIPushCode
PUSH_MESSAGE_FAILED → const NUIPushCode
GET_MESSAGE_SUCCESS → const NUIPushCode
GET_MESSAGE_FAILED → const NUIPushCode
USER_ID_SAME → const NUIPushCode
UPDATE_PUSH_DEVICE_META_SUCCESS → const NUIPushCode
UPDATE_PUSH_DEVICE_META_FAILED → const NUIPushCode
DELETE_PUSH_DEVICE_META_SUCCESS → const NUIPushCode
DELETE_PUSH_DEVICE_META_FAILED → const NUIPushCode
READ_MESSAGE_SUCCESS → const NUIPushCode
READ_MESSAGE_FAILED → const NUIPushCode
PUSH_TO_ALL_SUCCESS → const NUIPushCode
PUSH_TO_ALL_FAILED → const NUIPushCode
PUSH_TO_USERS_SUCCESS → const NUIPushCode
PUSH_TO_USERS_FAILED → const NUIPushCode
GET_NOTIFICATIONS_SUCCESS → const NUIPushCode
GET_NOTIFICATIONS_FAILED → const NUIPushCode
GET_INBOX_COUNT_SUCCESS → const NUIPushCode
GET_INBOX_COUNT_FAILED → const NUIPushCode
UPDATE_NOTI_READ_SUCCESS → const NUIPushCode
UPDATE_NOTI_READ_FAILED → const NUIPushCode
INVALID_USER → const NUIPushCode

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

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

Constants

values → const List<NUIPushCode>
A constant List of the values in this enum, in order of their declaration.