ESTSettingIBeaconIntervalError
enum ESTSettingIBeaconIntervalError {}
Describes iBeacon Advertising Interval validation error.
-
Provided value is too small.
Declaration
Objective-C
ESTSettingIBeaconIntervalErrorValueTooSmall = 1Swift
case valueTooSmall = 1 -
Provided value is too big.
Declaration
Objective-C
ESTSettingIBeaconIntervalErrorValueTooBigSwift
case valueTooBig = 2
View on GitHub
ESTSettingIBeaconIntervalError Enumeration Reference