BeaconEventHandlerMap
BeaconEventHandlerMap =
object
Defined in: src/models/beacon.ts:36
Properties
Section titled “Properties”Beacon.Destroy
Section titled “Beacon.Destroy”Beacon.Destroy: (
beaconIdentifier) =>void
Defined in: src/models/beacon.ts:39
Parameters
Section titled “Parameters”beaconIdentifier
Section titled “beaconIdentifier”string
Returns
Section titled “Returns”void
Beacon.LivenessChange
Section titled “Beacon.LivenessChange”Beacon.LivenessChange: (
isLive,beacon) =>void
Defined in: src/models/beacon.ts:38
Parameters
Section titled “Parameters”isLive
Section titled “isLive”boolean
beacon
Section titled “beacon”Returns
Section titled “Returns”void
Beacon.LocationUpdate
Section titled “Beacon.LocationUpdate”Beacon.LocationUpdate: (
locationState) =>void
Defined in: src/models/beacon.ts:40
Parameters
Section titled “Parameters”locationState
Section titled “locationState”Returns
Section titled “Returns”void
Beacon.update
Section titled “Beacon.update”Beacon.update: (
event,beacon) =>void
Defined in: src/models/beacon.ts:37
Parameters
Section titled “Parameters”beacon
Section titled “beacon”Returns
Section titled “Returns”void