AndroidConfig class

Constructors

AndroidConfig({required String appId, bool? debug, bool? allowShowNotify, bool supportMultiProcess = false, List<int> directDownloadNetworkType = const [], bool? isPaidApp, bool? useTextureView = true, AndroidTitleBarTheme titleBarTheme = AndroidTitleBarTheme.light, bool? isCanUseLocation, PangleLocation? location, bool? isCanUsePhoneState, String? devImei, bool? isCanUseWifiState, bool? isCanUseWriteExternal, String? devOaid})
Register the ad config for Android
const

Properties

allowShowNotify bool?
final
appId String
final
debug bool?
final
devImei String?
final
devOaid String?
final
directDownloadNetworkType List<int>
final
hashCode int
The hash code for this object.
no setterinherited
isCanUseLocation bool?
final
isCanUsePhoneState bool?
final
isCanUseWifiState bool?
final
isCanUseWriteExternal bool?
final
isPaidApp bool?
final
location PangleLocation?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportMultiProcess bool
final
titleBarTheme AndroidTitleBarTheme
final
useTextureView bool?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
Convert config to json
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited