ESTSettingEddystoneUIDIntervalError
enum ESTSettingEddystoneUIDIntervalError {}
Describes Eddystone UID Advertising Interval validation error.
-
Provided value is too small.
Declaration
Objective-C
ESTSettingEddystoneUIDIntervalErrorValueTooSmall = 1Swift
case valueTooSmall = 1 -
Provided value is too big.
Declaration
Objective-C
ESTSettingEddystoneUIDIntervalErrorValueTooBigSwift
case valueTooBig = 2
View on GitHub
ESTSettingEddystoneUIDIntervalError Enumeration Reference