Interface PushNotificationTokenProvider


  • public interface PushNotificationTokenProvider
    Provider for tokens that can be used for sending push notifications to this app. Tapkey will pass the returned tokens to the push notification service used by this app (e.g. FCM) when sending push notifications to it.
    • Method Detail

      • registerForPushNotificationsAsync

        Promise<String> registerForPushNotificationsAsync()
        Register for push notifications and returns a registration token which can be used to send messages to this client.
        Returns:
        a promise that resolves with the registration token for this client.