Time Spoofing detection
// Android timeSpoofing check
override fun onTimeSpoofingDetected() {
TODO("Not yet implemented")
}
// iOS timeSpoofing detection
case timeSpoofing
// Flutter time spoofing detection (Android only)
onTimeSpoofing: () => print("Multi instance detected")
// Cordova time spoofing detection (Android only)
timeSpoofing: () => {
// Place your reaction here
}
// React Native time spoofing detection (Android only)
timeSpoofing: () => {
// Place your reaction here
}
// Capacitor time spoofing detection (Android only)
timeSpoofing: () => {
// Place your reaction here
}PreviousMulti-Instance detection [Android devices only]NextLocation Spoofing detection [Android only]
Last updated

