FKWebViewConfig class

Constructors

FKWebViewConfig({String? title, bool autoTitle = true, bool showNavBarItem = true, bool showActionItem = true, bool immersive = false, Map<String, String>? initialHeaders, FKWebViewErrorLangDelegate? errorLangDelegate, List<JavaScriptHandler>? customJavaScriptHandler, JavaScriptHandlerInterceptor? javaScriptHandlerInterceptor})
const
FKWebViewConfig.parse(String url)
通过URL参数进行解析
factory

Properties

autoTitle bool
final
customJavaScriptHandler List<JavaScriptHandler>?
自定义 JavaScript 处理器
final
errorLang → FKWebViewErrorLangDelegate
no setter
errorLangDelegate → FKWebViewErrorLangDelegate?
final
hashCode int
The hash code for this object.
no setterinherited
immersive bool
final
initialHeaders Map<String, String>?
final
javaScriptHandlerInterceptor JavaScriptHandlerInterceptor?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showActionItem bool
final
showNavBarItem bool
final
title String?
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