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
      • Optionaldescription: string

      Returns MBeaconEventContent