IOSCallback class
Model class for iOS callbacks.
Callbacks (pointers) are called in talsec_config.
Constructors
- IOSCallback({VoidCallback? onSignatureDetected, VoidCallback? onJailbreakDetected, VoidCallback? onRuntimeManipulationDetected, VoidCallback? onPasscodeDetected, VoidCallback? onSimulatorDetected, VoidCallback? onMissingSecureEnclaveDetected, VoidCallback? onDeviceChangeDetected, VoidCallback? onDeviceIdDetected, VoidCallback? onUnofficialStoreDetected})
-
Constructor for iOS callbacks.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDeviceChangeDetected → VoidCallback?
-
Callback called when device was changed
final
- onDeviceIdDetected → VoidCallback?
-
Callback called when device ID detected
final
- onJailbreakDetected → VoidCallback?
-
Callback called when jailbreak on device is detected
final
- onMissingSecureEnclaveDetected → VoidCallback?
-
Callback called when secure enclave layer is missing
final
- onPasscodeDetected → VoidCallback?
-
Callback called when device is not protected by passcode
final
- onRuntimeManipulationDetected → VoidCallback?
-
Callback called when app is manipulated on runtime
final
- onSignatureDetected → VoidCallback?
-
Callback called when app signature does not match expected one
final
- onSimulatorDetected → VoidCallback?
-
Callback called when app is running on simulator
final
- onUnofficialStoreDetected → VoidCallback?
-
Callback called when application is not installed from official store
final
- 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