RiskMonitoringCallback class
Constructors
- RiskMonitoringCallback.new({required void onDeveloperModeStatusChanged(bool), required void onADBConnectedStatusChanged(bool), required void onDeviceRootedOrJailBroken(bool), required void onBootLoaderUnlocked(bool), required void onMockGpsStatusChanged(bool), required void onPackageDebuggable(bool), required void onAppCloningDetected(bool), required void onVPNStatusChanged(bool), required void onDebuggerStatusChanged(bool), required void onHookingStatusChanged(bool)})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onADBConnectedStatusChanged → void Function(bool)
-
final
- onAppCloningDetected → void Function(bool)
-
final
- onBootLoaderUnlocked → void Function(bool)
-
final
- onDebuggerStatusChanged → void Function(bool)
-
final
- onDeveloperModeStatusChanged → void Function(bool)
-
final
- onDeviceRootedOrJailBroken → void Function(bool)
-
final
- onHookingStatusChanged → void Function(bool)
-
final
- onMockGpsStatusChanged → void Function(bool)
-
final
- onPackageDebuggable → void Function(bool)
-
final
- onVPNStatusChanged → void Function(bool)
-
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