Interface NotificationManager


  • public interface NotificationManager
    Provides methods to poll for updates from the Tapkey Trust Service.
    • Method Detail

      • pollForNotificationsAsync

        Promise<Void> pollForNotificationsAsync​(CancellationToken cancellationToken)
        Polls for updates from the Tapkey Trust Service.

        Note: This can be used as an alternative, or in addition to the polling scheduler.

        Parameters:
        cancellationToken - a CancellationToken to control execution.
        Returns:
        a Promise that resolves as soon as polling for updates has finished.