EMHookingDetectionPolicy
Objective-C
enum EMHookingDetectionPolicy {}
Swift
struct EMHookingDetectionPolicy : Equatable, RawRepresentable
Enum type containing the possible handling when detecting hooking.
Since
4.7-
Fail on hook detected (throws an exception).
Declaration
Objective-C
EMHookingDetectionPolicyFail = 0 -
Ignore on hook detected. Will preceed as normal.
Declaration
Objective-C
EMHookingDetectionPolicyIgnore = 1
EMHookingDetectionPolicy Enumeration Reference