ESTNearableBroadcastingScheme

enum ESTNearableBroadcastingScheme {}

Describes nearable broadcasting mode.

  • Unkown broadcasting scheme.

    Declaration

    Objective-C

    ESTNearableBroadcastingSchemeUnknown = -1

    Swift

    case unknown = -1
  • Connectable and non-connectable sticker’s packets mixed with iBeacon packet.

    Declaration

    Objective-C

    ESTNearableBroadcastingSchemeNearable

    Swift

    case nearable = 0
  • Connectable sticker’s packets mixed with non-connectable iBeacon packet.

    Declaration

    Objective-C

    ESTNearableBroadcastingSchemeIBeacon

    Swift

    case iBeacon = 1
  • Connectable sticker’s packet mixed with non-connectable Eddystone-URL packet.

    Declaration

    Objective-C

    ESTNearableBroadcastingSchemeEddystoneURL

    Swift

    case eddystoneURL = 2