Interface PushDeviceToken

A push token obtained from the underlying push platform, along with the transport it belongs to. Has the same shape as the ReactNativePushToken accepted by the ably/react-native-push plugin's requestToken callback.

Hierarchy

  • PushDeviceToken

Properties

Properties

token: string

The token itself: an FCM registration token or an APNs device token.

transportType: "fcm" | "apns"

The push transport the token belongs to: fcm for a Firebase Cloud Messaging registration token, or apns for a raw APNs device token.

Generated using TypeDoc