ZKAuthenticationConfigCallback
Objective-C
@protocol ZKAuthenticationConfigCallback
Swift
protocol ZKAuthenticationConfigCallback
Callback interface used by methods in ZKZumoKit
class
-
Declaration
Objective-C
- (void)onError:(nonnull NSError *)e;
Swift
func onError(_ e: Error)
-
Declaration
Objective-C
- (void)onSuccess:(nonnull ZKAuthenticationConfig *)authenticationConfig;
Swift
func onSuccess(_ authenticationConfig: ZKAuthenticationConfig)