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
      • Parameters

        • beaconIdentifier: string

        Returns void

  • Beacon.LivenessChange: ((isLive, beacon) => void)
      • (isLive, beacon): void
      • Parameters

        • isLive: boolean
        • beacon: Beacon

        Returns void

  • Beacon.LocationUpdate: ((locationState) => void)
  • Beacon.update: ((event, beacon) => void)

Generated using TypeDoc