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.
ReactNativePushToken
ably/react-native-push
requestToken
The token itself: an FCM registration token or an APNs device token.
The push transport the token belongs to: fcm for a Firebase Cloud Messaging registration token, or apns for a raw APNs device token.
fcm
apns
Generated using TypeDoc
A push token obtained from the underlying push platform, along with the transport it belongs to. Has the same shape as the
ReactNativePushTokenaccepted by theably/react-native-pushplugin'srequestTokencallback.