EMMobileMessengerJailbreakPolicy
enum EMMobileMessengerJailbreakPolicy {}
The mobile messenger policy of the Mobile Protector SDK when the physical device is detected as being jailbroken.
- - Since: 5.3
-
No action is taken when calling a method in the Mobile SDK even the physical device is jailbroken.
Declaration
Objective-C
EMMobileMessengerJailbreakPolicyIgnore
Swift
case ignore = 0
-
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.
Declaration
Objective-C
EMMobileMessengerJailbreakPolicyFail
Swift
case fail = 1
-
A EMJailbreakError is returned via the error parameter and the client is silently unregistered when calling a method in the Mobile Protector SDK that detects if the physical device is jailbroken.
Declaration
Objective-C
EMMobileMessengerJailbreakPolicyUnregister
Swift
case unregister = 2