Documentation
Types
NotificationToken

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)