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? onPasscodeChangeDetected, VoidCallback? onSimulatorDetected, VoidCallback? onMissingSecureEnclaveDetected, VoidCallback? onDeviceChangeDetected, VoidCallback? onDeviceIdDetected})

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
onPasscodeChangeDetected VoidCallback?
Callback called when passcode protection of device was changed or removed
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
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