|
|
|
|
|
BeaconStopBackgroundDetection (Function) In french: BeaconArrêteDétectionEnArrièrePlan Stops one or more Beacon detections in the background. These detections have started by BeaconDetectBackground.
BeaconStopBackgroundDetection()
Syntax
Deleting all the detections in background Hide the details
<Result> = BeaconStopBackgroundDetection()
<Result>: Boolean - True if all the detections have been stopped,
- False otherwise. To get more details on the error, use ErrorInfo.
Deleting a detection in background Hide the details
<Result> = BeaconStopBackgroundDetection(<Group of Beacons>)
<Result>: Boolean - True if the detection was stopped,
- False otherwise. To get more details on the error, use ErrorInfo.
<Group of Beacons>: beaconGroup variable Name of the beaconGroup variable that corresponds to the group of Beacons to no longer be detected.
Deleting several detections in background Hide the details
<Result> = BeaconStopBackgroundDetection(<Array of groups of Beacons>)
<Result>: Boolean - True if the detection was stopped,
- False otherwise. To get more details on the error, use ErrorInfo.
<Array of groups of Beacons>: Array of beaconGroup variables Name of the array of beaconGroup variables corresponding to the groups of Beacons to no longer be detected. Component: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|