SecureShieldConfig constructor
SecureShieldConfig({
- bool terminateOnRoot = false,
- bool terminateOnEmulator = false,
- bool terminateOnDebugger = false,
- bool terminateOnHooking = false,
- bool terminateOnTampered = false,
- Map<
ThreatLevel, ThreatAction> ? advancedPolicy,
Implementation
SecureShieldConfig({
this.terminateOnRoot = false,
this.terminateOnEmulator = false,
this.terminateOnDebugger = false,
this.terminateOnHooking = false,
this.terminateOnTampered = false,
this.advancedPolicy,
});