IosZJCustomController class
Constructors
- IosZJCustomController.new({bool canUseLocation = true, bool canUseWiFiBSSID = true, bool canUseIDFA = true, bool canUseIDFV = true, bool canUsePhoneStatus = true, bool canUseDeviceId = true, bool canUseOSVersionName = true, bool canUseOSVersionCode = true, bool canUsePackageName = true, bool canUseAppVersionName = true, bool canUseAppVersionCode = true, bool canUseBrand = true, bool canUseModel = true, bool canUseScreen = true, bool canUseOrient = true, bool canUseNetworkType = true, bool canUseMNC = true, bool canUseMCC = true, bool canUseOSLanguage = true, bool canUseTimeZone = true, bool canUseUserAgent = true, bool isCanUseMotionManager = true})
Properties
- canUseAppVersionCode → bool
-
是否允许获取手机应用版本号
final
- canUseAppVersionName → bool
-
是否允许获取手机应用版本名
final
- canUseBrand → bool
-
是否允许获取手机设备品牌
final
- canUseDeviceId → bool
-
收否允许获取手机DeviceId
final
- canUseIDFA → bool
-
是否允许SDK获取IDFA
final
- canUseIDFV → bool
-
是否允许SDK获取IDFV
final
- canUseLocation → bool
-
是否允许SDK使用定位权限
final
- canUseMCC → bool
-
是否允许获取手机移动国家代码
final
- canUseMNC → bool
-
是否允许获取手机移动网络代码
final
- canUseModel → bool
-
是否允许获取手机设备型号
final
- canUseNetworkType → bool
-
是否允许获取手机网络类型
final
- canUseOrient → bool
-
是否允许获取手机屏幕方向
final
- canUseOSLanguage → bool
-
是否允许获取手机系统语言
final
- canUseOSVersionCode → bool
-
是否允许获取手机系统版本号
final
- canUseOSVersionName → bool
-
是否允许获取手机系统版本名
final
- canUsePackageName → bool
-
是否允许获取手机应用包名
final
- canUsePhoneStatus → bool
-
是否允许获取手机状态信息
final
- canUseScreen → bool
-
是否允许获取手机屏幕分辨率
final
- canUseTimeZone → bool
-
是否允许获取手机时区
final
- canUseUserAgent → bool
-
是否允许获取手机User Agent
final
- canUseWiFiBSSID → bool
-
是否允许SDK使用WiFi BSSID
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCanUseMotionManager → bool
-
是否允许SDK主动使用互动组件能力(摇一摇、扭一扭等)
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited