AccountsSuccessDelegate
public protocol AccountsSuccessDelegate : AnyObject
Delegate called when an action on the user account is done.
-
didListAccounts(_:
Default implementation) Account were retrieved successfully.
Default Implementation
Account were retrieved successfully.
Declaration
Swift
func didListAccounts(_ accounts: [Account])
-
didGetAccount(_:
Default implementation) Account was retrieved successfully.
Default Implementation
Account was retrieved successfully.
Declaration
Swift
func didGetAccount(_ account: Account)
-
didUpdateAccount(_:
Default implementation) Account was updated successfully.
Default Implementation
Account was updated successfully.
Declaration
Swift
func didUpdateAccount(_ account: Account)