Type alias BeaconEventHandlerMap

BeaconEventHandlerMap: {
    Beacon.Destroy: ((beaconIdentifier: string) => void);
    Beacon.LivenessChange: ((isLive: boolean, beacon: Beacon) => void);
    Beacon.LocationUpdate: ((locationState: BeaconLocationState) => void);
    Beacon.update: ((event: MatrixEvent, beacon: Beacon) => void);
}

Type declaration

  • Beacon.Destroy: ((beaconIdentifier: string) => void)
      • (beaconIdentifier: string): void
      • Parameters

        • beaconIdentifier: string

        Returns void

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

        • isLive: boolean
        • beacon: Beacon

        Returns void

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

Generated using TypeDoc