ZKComposeExchangeCallback
Objective-C
@protocol ZKComposeExchangeCallback
Swift
protocol ZKComposeExchangeCallback
Callback interface used by methods in ZKWallet
class.
-
Declaration
Objective-C
- (void)onError:(nonnull NSError *)e;
Swift
func onError(_ e: Error)
-
Declaration
Objective-C
- (void)onSuccess:(nonnull ZKComposedExchange *)composedExchange;
Swift
func onSuccess(_ composedExchange: ZKComposedExchange)