Skip to main content

startBeaconScanning

Starts scanning for beacons.

Field Configurations

KeyTypeDescriptionDefault Value
"dynamicParams"ObjectDynamic params to retrieve data from a specific context e.g. a userSetting.null
"leadingDelimiter"StringThe leading mustache delimiter to use.null
"params"Objectundefinednull
"trailingDelimiter"StringThe trailing mustache delimiter to use.null
"type" (required)StringType name of the action.null

Parameters

KeyTypeDescriptionDefault Value
"async"BooleanSpecifies 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.