KeyriDetectionsConfig class
Class which represents Keyri detections configuration. Configure detections config and specify needed checks.
blockEmulatorDetection - set this param to false if you want to deny run your app on emulators, true by default. blockRootDetection - set this param to true if you want to allow running your app without rooted device check, false by default. blockDangerousAppsDetection - set this param to true if you want to allow running your app without dangerous apps check, false by default. blockTamperDetection - set this param to true if you want to allow running your app without tamper detection check, true by default. blockSwizzleDetection - set this param to true if you want to allow running your app without swizzle detection check, false by default.
Constructors
Properties
- blockDangerousAppsDetection ↔ bool
-
getter/setter pair
- blockEmulatorDetection ↔ bool
-
getter/setter pair
- blockRootDetection ↔ bool
-
getter/setter pair
- blockSwizzleDetection ↔ bool
-
getter/setter pair
- blockTamperDetection ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited