InAppWebViewInitialData class
Initial data as a content for an WebView
instance, using baseUrl as the base URL for it.
Properties
-
androidHistoryUrl
↔ Uri?
-
Use historyUrl instead.
getter/setter pair
-
baseUrl
↔ WebUri?
-
The URL to use as the page's base URL. If
null
defaults to about:blank
.
getter/setter pair
-
data
↔ String
-
A String of data in the given encoding.
getter/setter pair
-
encoding
↔ String
-
The encoding of the data. The default value is
"utf8"
.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
historyUrl
↔ WebUri?
-
The URL to use as the history entry. If
null
defaults to about:blank
. If non-null, this must be a valid URL.
getter/setter pair
-
mimeType
↔ String
-
The MIME type of the data, e.g. "text/html". The default value is
"text/html"
.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited