TKMNotificationManager

public protocol TKMNotificationManager

Provides methods to poll for updates from the Tapkey Trust Service.

  • Polls for updates from the Tapkey Trust Service.

    Note

    This can be used as an alternative, or in addition to the background fetch

    Declaration

    Swift

    func pollForNotificationsAsync(cancellationToken: TKMCancellationToken) -> TKMPromise<Void>

    Parameters

    cancellationToken

    a CancellationToken to control execution.

    Return Value

    a Promise that resolves as soon as polling for updates has finished.