Cordova – stopRequiringUserInterventionForBluetoothCallback

/*
 *  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", [] );
}

Description

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.

Parameters

callback (Function)

This is a function that will be called when Bluetooth is no longer required by the device.

Function parameters

None.

Notes

This function is only called on iOS devices.

Created by Bluedot DevOps on January 16, 2018