Type alias MakeBeaconContent

MakeBeaconContent: ((uri: string, timestamp: number, beaconInfoEventId: string, description?: string) => MBeaconEventContent)

Type declaration

    • (uri: string, timestamp: number, beaconInfoEventId: string, description?: string): MBeaconEventContent
    • Parameters

      • uri: string
      • timestamp: number
      • beaconInfoEventId: string
      • Optional description: string

      Returns MBeaconEventContent

Generated using TypeDoc