Page


@WebNavigationClient.ExperimentalNavigationCallback
public interface Page


This class serves solely as a key for Page-associated data. The instance itself functions as the key/identifier through equals and hashCode.

In the following circumstances, multiple navigations may result in the same Page:

Summary

Public methods

abstract @NonNull String
@RequiresFeature(name = WebViewFeature.PAGE_GET_URL, enforcement = "androidx.webkit.WebViewFeature#isFeatureSupported")
getUrl()

Returns the URL associated with this page instance.

Public methods

getUrl

@RequiresFeature(name = WebViewFeature.PAGE_GET_URL, enforcement = "androidx.webkit.WebViewFeature#isFeatureSupported")
abstract @NonNull String getUrl()

Returns the URL associated with this page instance.