NavigationParameters


@RequiresFeature(name = WebViewFeature.WEBVIEW_NAVIGATE_EXPERIMENTAL_V1, enforcement = "androidx.webkit.WebViewFeature#isFeatureSupported")
@WebViewCompat.ExperimentalNavigate
class NavigationParameters


Parameters used for the navigate API. Use the NavigationParameters.Builder to construct.

Summary

Nested types

A Builder for NavigationParameters.

Public functions

getAdditionalHeaders

fun getAdditionalHeaders(): (Mutable)Map<String!, String!>
Returns
(Mutable)Map<String!, String!>

The map of the additional headers added using NavigationParameters.Builder.

shouldReplaceCurrentEntry

fun shouldReplaceCurrentEntry(): Boolean
Returns
Boolean

Setting for whether a navigation will replace the current entry, set using NavigationParameters.Builder.