iOS SDK 15.6.6,
Android SDK 15.5.2,
Hello Screen Dynamic States,
Bluedot Cordova plugin 4.0.1,
Bluedot Xamarin Android wrapper 15.5.2,
Bluedot Xamarin iOS wrapper 15.6.6,
Bluedot React Native wrapper 2.3.0,
/* * Provide a callback to be notified when user intervention is no longer required for Bluetooth on the device. */ exports.stopRequiringUserInterventionForBluetoothCallback = function( callback ) { exec( callback, null, "BDPointSDK", "stopRequiringUserInterventionForBluetoothCallback", [] ); }
This callback allows your app to be notified if user intervention is no longer required for Bluetooth on the device; this will generally occur once a user has switched on Bluetooth or if there are no longer any beacons nearby on the Point Access web site.
This is a function that will be called when Bluetooth is no longer required by the device.
None.
This function is only called on iOS devices.