EMTokenJailbreakPolicy Constants Reference
| Declared in | EMTokenJailbreakPolicy.h |
|---|---|
| Availability | 4.0 |
EMTokenJailbreakPolicy
The token policy of the Mobile Protector SDK when the physical device is detected as being jailbroken.
Definition
typedef NS_ENUM(NSInteger, EMTokenJailbreakPolicy ) {
EMTokenJailbreakPolicyIgnore,
EMTokenJailbreakPolicyFail,
EMTokenJailbreakPolicyRemoveToken,
EMTokenJailbreakPolicyRemoveAllTokens,
};
Constants
EMTokenJailbreakPolicyIgnore-
No action is taken when calling any token operation related method of Mobile Protector SDK even the physical device is jailbroken.
Declared In
EMTokenJailbreakPolicy.h. EMTokenJailbreakPolicyFail-
A EMJailbreakError is returned via the error parameter when calling a method in the Mobile Protector SDK that detects if the physical device is jailbroken.
Declared In
EMTokenJailbreakPolicy.h. EMTokenJailbreakPolicyRemoveToken-
A EMJailbreakError is returned via the error parameter and the associated token is silently removed when calling a method in the Mobile Protector SDK that detects if the physical device is jailbroken.
Declared In
EMTokenJailbreakPolicy.h. EMTokenJailbreakPolicyRemoveAllTokens-
A EMJailbreakErrorDomain is returned via the error paramete and all tokens are silently removed when calling a method in the Mobile Protector SDK that detects if the physical device is jailbroken.
Declared In
EMTokenJailbreakPolicy.h.
Availability
4.0
Declared In
EMTokenJailbreakPolicy.h