Package-level declarations
Properties
Link copied to clipboard
Returns Browser instance of this Navigation.
Link copied to clipboard
Indicates whether the previous location in the back-forward list can be loaded.
Link copied to clipboard
Indicates whether the next location in the back-forward list can be loaded.
Link copied to clipboard
Returns the current entry of the back-forward list.
Link copied to clipboard
Returns the index of the current item in the back-forward list or -1 if the list is empty.
Link copied to clipboard
Returns the number of items in the back-forward list.
Link copied to clipboard
Returns the title as set by the web page, or an empty string if there is no title set.
Link copied to clipboard
Returns URL of the navigated web page.
Functions
Link copied to clipboard
fun LoadUrlParams(url: String, data: UploadData? = null, extraHeaders: List<HttpHeader> = emptyList()): LoadUrlParams
fun LoadUrlParams(url: String, data: UploadData? = null, extraHeaders: List<HttpHeader> = emptyList()): LoadUrlParams
Creates an instance of LoadUrlParams with the given parameters.