AndroidCallback class
Model class for Android callbacks.
Callbacks (pointers) are called in talsec_config.
Constructors
- AndroidCallback({VoidCallback? onRootDetected, VoidCallback? onEmulatorDetected, VoidCallback? onTamperDetected, VoidCallback? onHookDetected, VoidCallback? onDeviceBindingDetected, VoidCallback? onUntrustedInstallationDetected})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDeviceBindingDetected → VoidCallback?
-
final
- onEmulatorDetected → VoidCallback?
-
Callback called when app is running on emulator
final
- onHookDetected → VoidCallback?
-
Callback called when hooking framework is present or used
final
- onRootDetected → VoidCallback?
-
Callback called when device is rooted
final
- onTamperDetected → VoidCallback?
-
Callback called when app code integrity is disturbed
final
- onUntrustedInstallationDetected → VoidCallback?
-
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