NotificationLoggerEvent enum

Push notification event for logging.

ロギング用のPUSH通知イベント。

Inheritance

Constructors

NotificationLoggerEvent()
const

Values

subscribe → const NotificationLoggerEvent

When a topic is subscribed to.

トピックが購読されたとき。

unsubscribe → const NotificationLoggerEvent

When a topic is unsubscribed.

トピックが購読解除されたとき。

send → const NotificationLoggerEvent

When a notification is sent.

通知が送信されたとき。

listen → const NotificationLoggerEvent

When a notification is received.

監視を開始したとき。

receive → const NotificationLoggerEvent

When a notification is received.

通知を受信したとき。

token → const NotificationLoggerEvent

When a token is received.

トークンを受信したとき。

addSchedule → const NotificationLoggerEvent

When a schedule is added.

スケジュールを追加したとき。

removeSchedule → const NotificationLoggerEvent

When a schedule is deleted.

スケジュールを削除したとき。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

bodyKey → const String
Key to the text of the notice.
timeKey → const String
Time Key.
titleKey → const String
Key to the title of the notification.
tokenKey → const String
Key of the token.
toKey → const String
Notification Destination Key
topicNameKey → const String
Topic name key.
uidKey → const String
UID key.
values → const List<NotificationLoggerEvent>
A constant List of the values in this enum, in order of their declaration.