Last updated on
|
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)> |
Example
Sign in to your account