Constants
The following constants are available globally.
-
The maximum number of session attributes
Declaration
Objective-C
static const NSInteger HSBeaconMaxSessionAttributesCount = 20Swift
let HSBeaconMaxSessionAttributesCount: Int32 -
The maximum length of a key used with session attributes
Declaration
Objective-C
static const NSInteger HSBeaconMaxSessionLabelLength = 100Swift
let HSBeaconMaxSessionLabelLength: Int32 -
The maximum length of a value used with session attributes
Declaration
Objective-C
static const NSInteger HSBeaconMaxSessionValueLength = 10000Swift
let HSBeaconMaxSessionValueLength: Int32 -
The maximum length of the
compamyvalue on HSBeaconUserDeclaration
Objective-C
static const NSInteger HSBeaconMaxUserCompanyLength = 60Swift
let HSBeaconMaxUserCompanyLength: Int32 -
The maximum length of the
jobTitlevalue on HSBeaconUserDeclaration
Objective-C
static const NSInteger HSBeaconMaxUserJobTitleLength = 60Swift
let HSBeaconMaxUserJobTitleLength: Int32 -
The maximum length of the
avatarvalue on HSBeaconUserDeclaration
Objective-C
static const NSInteger HSBeaconMaxUserAvatarLength = 200Swift
let HSBeaconMaxUserAvatarLength: Int32 -
The total number of attributes accepted.
Declaration
Objective-C
extern const NSUInteger HSBeaconMaximumUserAttributesSwift
let HSBeaconMaximumUserAttributes: UInt
View on GitHub
Constants Reference