ADB enabled detection [Android devices only]
// Android ADB enabled detection
override fun onADBEnabledDetected() {
TODO("Not yet implemented")
}
// Flutter ADB enabled detection
onADBEnabled: () => print("Developer mode detected")
// Cordova ADB enabled detection
adbEnabled: () => {
// Place your reaction here
}
// React Native ADB enabled detection
adbEnabled: () => {
// Place your reaction here
}
// Capacitor ADB enabled detection
adbEnabled: () => {
// Place your reaction here
}Last updated

