EMMobileMessengerJailbreakPolicy
Objective-C
enum EMMobileMessengerJailbreakPolicy : NSInteger {}
Swift
enum EMMobileMessengerJailbreakPolicy : Int, @unchecked Sendable
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
EMMobileMessengerJailbreakPolicyIgnoreSwift
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
EMMobileMessengerJailbreakPolicyFailSwift
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
EMMobileMessengerJailbreakPolicyUnregisterSwift
case unregister = 2
EMMobileMessengerJailbreakPolicy Enumeration Reference