BeaconDelegate

@objc
public protocol BeaconDelegate : AnyObject

Undocumented

  • the Trckr is now ready for beacon/bluetooth operations. do not perform any of the Beacon actions before this method is called

    Declaration

    Swift

    @objc
    optional func didPowerOn()
  • found a CBPeripheral

    Declaration

    Swift

    @objc
    optional func didDiscover(peripheral: CBPeripheral)
  • did find the UUID of a beacon

    Declaration

    Swift

    @objc
    optional func didFind(peripheral: CBPeripheral, uuid: UUID)
  • Undocumented

    Declaration

    Swift

    @objc
    optional func didUpdate(peripheral: CBPeripheral, newUUID: UUID)
  • Undocumented

    Declaration

    Swift

    @objc
    optional func didFailToFindUUID(peripheral: CBPeripheral)
  • Undocumented

    Declaration

    Swift

    @objc
    optional func didFailToUpdateUUID(peripheral: CBPeripheral)