DigitalIdDelegate

public protocol DigitalIdDelegate : AnyObject

A delegate for implementing a handler of Digital ID updates

  • Function called when new a cloud sync is completed with any received Digital ID updates. Also called when delegate is first added with the list of Digital IDs stored on the phone.

    Declaration

    Swift

    func onDigitalIdUpdated(_ addedOrUpdatedDigitalIds: [DigitalId], _ removedDigitalIds: [DigitalId], lastUpdateTime: Date?)

    Parameters

    addedOrUpdatedDigitalIds

    list of added or updated Digital IDs.

    removedDigitalIds

    list of removed Digital IDs.

    lastUpdateTime

    timestamp of last processed request for updates from the cloud.