Skip to content

Interface: VoIPPushTokenUpdatedEvent

Defined in: Calls.types.ts:480

Fired when the VoIP push token is received, refreshed, or invalidated.

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

NativeEvent.meta


token?

ts
optional token?: string;

Defined in: Calls.types.ts:482

The VoIP push token string, or undefined if invalidated


type

ts
type: PushTokenType;

Defined in: Calls.types.ts:484

The type of VoIP push token (e.g. "APNS_VOIP", "FCM").

Released under the MIT License.