Type alias MakeBeaconContent

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

Type declaration

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

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

      Returns MBeaconEventContent

Generated using TypeDoc