Type alias BeaconEventHandlerMap
BeaconEventHandlerMap: {
Beacon.Destroy: ((beaconIdentifier) => void);
Beacon.LivenessChange: ((isLive, beacon) => void);
Beacon.LocationUpdate: ((locationState) => void);
Beacon.update: ((event, beacon) => void);
}
Type declaration
-
Beacon.Destroy: ((beaconIdentifier) => void)
-
- (beaconIdentifier): void
-
Returns void
-
Beacon.LivenessChange: ((isLive, beacon) => void)
-
- (isLive, beacon): void
-
Returns void
-
Beacon.LocationUpdate: ((locationState) => void)
-
- (locationState): void
-
Returns void
-
Beacon.update: ((event, beacon) => void)
-
- (event, beacon): void
-
Returns void