YFAdsInitSDKAndroidBean class
- Inheritance
-
- Object
- YFAdsInitSDKBaseBean
- YFAdsInitSDKAndroidBean
Constructors
-
YFAdsInitSDKAndroidBean.new({required String? appId, required String? appKey, String? channelId = "", String? ext1 = "", String? ext2 = "", String? ext3 = "", String? ext4 = "", String? ext5 = "", String? ext6 = "", String? ext7 = "", String? ext8 = "", bool? permissionLocation = true, String? firstActiveTime = "", List<
double> ? location, bool? permissionPhoneState = true, bool? permissionWifiState = true, bool? permissionWriteExternal = true, bool? permissionOaid = true, bool? permissionAndroidId = true, String? imei = "", String? oaid = "", bool? enableLog = false, bool? envTest = false, bool? permissionAppList = true}) -
const
-
YFAdsInitSDKAndroidBean.fromJson(Map<
String, dynamic> json)
Properties
- appId → String?
-
final
- appKey → String?
-
final
- channelId → String?
-
final
- enableLog → bool?
-
final
- envTest → bool?
-
final
- ext1 → String?
-
final
- ext2 → String?
-
final
- ext3 → String?
-
final
- ext4 → String?
-
final
- ext5 → String?
-
final
- ext6 → String?
-
final
- ext7 → String?
-
final
- ext8 → String?
-
final
- firstActiveTime → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imei → String?
-
final
-
location
→ List<
double> ? -
final
- oaid → String?
-
final
- permissionAndroidId → bool?
-
final
- permissionAppList → bool?
-
final
- permissionLocation → bool?
-
final
- permissionOaid → bool?
-
final
- permissionPhoneState → bool?
-
final
- permissionWifiState → bool?
-
final
- permissionWriteExternal → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited