- Preparing search index...
- The search index is not available
matrix-js-sdk
Type alias BeaconEventHandlerMap
Beacon
Event
Handler
Map
: { 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
-
Returns void
-
Beacon.LivenessChange: ((isLive: boolean, beacon: Beacon) => void)
-
- (isLive: boolean, beacon: Beacon): void
-
Returns void
-
Beacon.LocationUpdate: ((locationState: BeaconLocationState) => void)
-
Beacon.update: ((event: MatrixEvent, beacon: Beacon) => void)