NotificationToken
interface NotificationToken extends LiveGameEventToken {
promise: Promise<void>;
}
For LiveGameEventToken
, see LiveGameEventToken
promise
The promise that will be resolved when the notification is consumed (finished)
interface NotificationToken extends LiveGameEventToken {
promise: Promise<void>;
}
For LiveGameEventToken
, see LiveGameEventToken
The promise that will be resolved when the notification is consumed (finished)