AndroidConfig class

Constructors

AndroidConfig({int maxCacheSize = 32 * 1024 * 1024, bool jellybean = false, bool subProcessFlush = false})
配置 Android 部分功能。maxCacheSize 表示 Android 最大缓存量,单位是 byte。 jellybean 表示是否支持 Android JellyBean 版本,JellyBean 版本的 WebView 存在安全性问题。 subProcessFlush 表示 Android SDK 是否支持多进程上报数据。

Properties

hashCode int
The hash code for this object.
no setterinherited
jellybean bool
final
map Map<String, dynamic>
no setter
maxCacheSize int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subProcessFlush bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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