Constants
The following constants are available globally.
-
The errors that happen in the SDK.
Declaration
Objective-C
extern NSString *const _Nonnull KKBOXOpenAPIErrorDomainSwift
let KKBOXOpenAPIErrorDomain: String -
Fired when KKBOXOpenAPI completes logging-in into KKBOX and creating a new access token.
Declaration
Objective-C
extern NSString *const _Nonnull KKBOXOpenAPIDidLoginNotificationSwift
static let KKBOXOpenAPIDidLogin: NSNotification.Name -
Fired when KKBOXOpenAPI restores a saved access token. You can reset the access token by calling the
-logoutmethod.Declaration
Objective-C
extern NSString *const _Nonnull KKBOXOpenAPIDidRestoreAccessTokenNotificationSwift
static let KKBOXOpenAPIDidRestoreAccessToken: NSNotification.Name
View on GitHub
Constants Reference