TKMPushNotificationManager

The TKMPushNotificationManager takes care of incoming push notifications and updated registration tokens.

  • To be called, when a Tapkey push notification was received by the push notification provider.

    Push notifications which don’t belong to Tapkey will be ignored.

    After the push notification has been processed, the returned promise will resolve to true. Otherwise, if the push notification does not belong to the Tapkey Mobile SDK, the promise will resolve to false. In case of any other errors the promise completes with an error.

  • To be called, when the push notification registration token has changed.