Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Stop watching position changes
You can stop watching the device position using the clearWatch() function.
Method summary
clearWatch(watchID) |
- returns – None
- params
- watchID – String
For instance,
<cfset cfclient.accelerometer.clearWatch(watchId)> |