MajorMinor

public struct MajorMinor

Beacon major and minor values.

  • The beacon major value.

    Declaration

    Swift

    public var major: CLBeaconMajorValue
  • The beacon minor value.

    Declaration

    Swift

    public var minor: CLBeaconMinorValue?
  • init

    Declaration

    Swift

    public init(major: CLBeaconMajorValue)

    Parameters

    major

    a Value of beacon’s major.

  • init

    Declaration

    Swift

    public init(major: CLBeaconMajorValue, minor: CLBeaconMinorValue)

    Parameters

    major

    a Value of beacon’s major.

    minor

    a Value of beacon’s minor.