SKManagerAuthenticationStates Constants Reference
Declared in | SKManager.h |
---|
SKManagerAuthenticationStates
Status codes relating to the authentication process in the SKManager class.
Definition
typedef NS_ENUM(NSInteger, SKManagerAuthenticationStates ) {
SKManagerAuthenticationSuccessful,
SKManagerAuthenticationPairingFailed,
SKManagerAuthenticationFailed,
};
Constants
SKManagerAuthenticationSuccessful
-
The authentication with the SmartKey succeeded
Declared In
SKManager.h
. SKManagerAuthenticationPairingFailed
-
The pairing which has been triggered during the authentication process failed.
Declared In
SKManager.h
. SKManagerAuthenticationFailed
-
The authentication with the SmartKey failed! You should think about resetting the security settings to protect the app against a potential attacker
Declared In
SKManager.h
.
Declared In
SKManager.h