BrtSupports Constants Reference
Declared in | BRTBeaconDefinitions.h |
BrtSupports
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
1、Always:允许后台定位,可以支持后台区域推送,网络数据传输等 2、WhenInUse:只允许运行时定位,不支持后台区域感知 使用[CLLocationManager authorizationStatus]获取定位状态
Definition
typedef NS_OPTIONS(NSUInteger, BrtSupports ) {
BrtSupportsCC254x = 1 < < 0,
BrtSupportsNordic = 1 < < 1,
BrtSupportsLight = 1 < < 2,
BrtSupportsCombineCharacteristic = 1 < < 3,
BrtSupportsAntiLose = 1 < < 4,
BrtSupports16Key = 1 < < 5,
BrtSupportsUpdateName = 1 < < 6,
BrtSupportsAli = 1 < < 7,
BrtSupportsEddystone = 1 < < 7,
BrtSupportsSerialData = 1 < < 8,
BrtSupportsAdvRFOff = 1 < < 9,
BrtSupportsUserData = 1 < < 10,
};
Constants
BrtSupportsCC254x
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsNordic
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsLight
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsCombineCharacteristic
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsAntiLose
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupports16Key
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsUpdateName
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsAli
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsEddystone
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsSerialData
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsAdvRFOff
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
. BrtSupportsUserData
-
IOS8以上新增获取定位权限、状态,请在Info.plist配置获取时提示用户内容Key:NSLocationAlwaysUsageDescription和NSLocationWhenInUseUsageDescription
Declared In
BRTBeaconDefinitions.h
.
Declared In
BRTBeaconDefinitions.h