Page
@WebNavigationClient.ExperimentalNavigationCallback
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:
- 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.