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
Parameters
addedOrUpdatedDigitalIdslist of added or updated Digital IDs.
removedDigitalIdslist of removed Digital IDs.
lastUpdateTimetimestamp of last processed request for updates from the cloud.
DigitalIdDelegate Protocol Reference