ESTSettingEstimoteTLMIntervalError
enum ESTSettingEstimoteTLMIntervalError {}
Describes Estimote Telemetry Advertising Interval validation error.
-
Provided value is too small.
Declaration
Objective-C
ESTSettingEstimoteTLMIntervalErrorValueTooSmall = 1Swift
case valueTooSmall = 1 -
Provided value is too big.
Declaration
Objective-C
ESTSettingEstimoteTLMIntervalErrorValueTooBigSwift
case valueTooBig = 2
View on GitHub
ESTSettingEstimoteTLMIntervalError Enumeration Reference