ESTSettingEddystoneUIDNamespaceError
enum ESTSettingEddystoneUIDNamespaceError {}
Describes Eddystone UID Namespace validation error.
-
Provided string is not a valid hex string.
Declaration
Objective-C
ESTSettingEddystoneUIDNamespaceErrorInvalidFormat = 1Swift
case invalidFormat = 1 -
Privided string is too short.
Declaration
Objective-C
ESTSettingEddystoneUIDNamespaceErrorTooShortSwift
case tooShort = 2 -
Provided string is too long.
Declaration
Objective-C
ESTSettingEddystoneUIDNamespaceErrorTooLongSwift
case tooLong = 3
View on GitHub
ESTSettingEddystoneUIDNamespaceError Enumeration Reference