iOS SDK 15.6.3,
Android SDK 15.4.1,
Hello Screen Dynamic States,
Bluedot Cordova plugin 4.0.1,
Bluedot Xamarin Android Wrapper 15.4.1,
Bluedot Xamarin iOS Wrapper 15.6.0,
Bluedot React Native wrapper 2.1.2,
Wave API.
Details here.
/* * 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.