ESTSettingEddystoneEIDIntervalError
enum ESTSettingEddystoneEIDIntervalError {}
Describes EddystoneEID Interval validation error.
-
Provided value is too small.
Declaration
Objective-C
ESTSettingEddystoneEIDIntervalErrorValueTooSmall = 1Swift
case valueTooSmall = 1 -
Provided value is too big.
Declaration
Objective-C
ESTSettingEddystoneEIDIntervalErrorValueTooBig = 2Swift
case valueTooBig = 2
View on GitHub
ESTSettingEddystoneEIDIntervalError Enumeration Reference