Type Aliases
The following type aliases are available globally.
-
Delegate called when an action is done on a user account or an event occurs.
Declaration
Swift
public typealias AccountAddressesDelegate = AccountAddressesSuccessDelegate & EventDelegate
-
Delegate called when uploading a dossier is successful or an event occurs.
Declaration
Swift
public typealias AccountDossiersDelegate = AccountDossiersSuccessDelegate & EventDelegate
-
Delegate called when an action is done on an account or an event occurs.
Declaration
Swift
public typealias AccountsDelegate = AccountsSuccessDelegate & EventDelegate