Type Aliases
The following type aliases are available globally.
-
Delegate called when uploading a deposit is successful or an event occurs.
Declaration
Swift
public typealias CheckDepositsDelegate = CheckDepositsSuccessDelegate & EventDelegate
-
Delegate called when an wallet action is done or an event occurs.
Declaration
Swift
public typealias PaymentMethodsDelegate = PaymentMethodsSuccessDelegate & EventDelegate
-
Delegate called when an transaction action is done or an event occurs.
Declaration
Swift
public typealias TransactionsDelegate = TransactionsSuccessDelegate & EventDelegate
-
Delegate called when an wallet action is done or an event occurs.
Declaration
Swift
public typealias WalletsDelegate = WalletsSuccessDelegate & EventDelegate