WebViewCacheMode enum

向 Flutter 中发送消息 code 201 测量webview 成功 202 JS调用 203 图片点击回调 301 滑动到顶部 302 向下滑动 303 向上滑动 304 滑动到底部 401 webview 开始加载 402 webview 加载完成 403 webview html中日志输出 404 webview 加载出错 501 webview 弹框回调

1000 操作失败

@param map code :203 图片点击回调 // url 当前点击图片的链接 index 当前点击Html页面中所有图片中的角标 urls 所有图片的集合 content: {"url":"http://pic.studyyoun.com/1543767087584","index":0,"urls":"http://pic.studyyoun.com/1543767087584,http://pic.studyyoun.com/1543767100547"}

Inheritance

Constructors

WebViewCacheMode()
const

Values

LOAD_CACHE_ONLY → const WebViewCacheMode
LOAD_DEFAULT → const WebViewCacheMode
LOAD_NO_CACHE → const WebViewCacheMode
LOAD_CACHE_ELSE_NETWORK → const WebViewCacheMode

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<WebViewCacheMode>
A constant List of the values in this enum, in order of their declaration.