startBeaconScanning
Starts scanning for beacons.
Field Configurations
Key | Type | Description | Default Value |
---|---|---|---|
"dynamicParams" | Object | Dynamic params to retrieve data from a specific context e.g. a userSetting. | null |
"leadingDelimiter" | String | The leading mustache delimiter to use. | null |
"params" | Object | undefined | null |
"trailingDelimiter" | String | The trailing mustache delimiter to use. | null |
"type" (required) | String | Type name of the action. | null |
Parameters
Key | Type | Description | Default Value |
---|---|---|---|
"async" | Boolean | Specifies whether the action should perform asynchronously. | null |
Examples
Example 1: Start scanning for beacons
Goal: Create a startBeaconScanniong
action.
To achieve this the following code can be used:
{
"type": "startBeaconScanning"
}
The startBeaconScanning action has no unique parameters.
Result:
A startBeaconScanning
action has been created.