Page
public final class 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:
- Same-document navigations when
NAVIGATION_LISTENER_NON_NULL_PAGE_FOR_SAME_DOCUMENT_NAVIGATIONSis supported. - Back or forward navigations that result in the user returning to a previously loaded page when
setBackForwardCacheEnabledis enabled.
Summary
Public methods
getUrl
Added in 1.16.0-alpha04
public @NonNull String getUrl()
Returns the URL associated with this page instance.