Interface StartNavigationCallback.Params
- Enclosing interface:
- StartNavigationCallback
public static interface StartNavigationCallback.Params
The parameters of the
StartNavigationCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returnstrue
if the navigation request URL belongs to a main frame.default boolean
Returnstrue
if the request is the result of redirection caused by another request.default String
url()
Returns a string that represents the navigation request URL.
-
Method Details
-
url
Returns a string that represents the navigation request URL. -
isRedirect
default boolean isRedirect()Returnstrue
if the request is the result of redirection caused by another request. -
isMainFrame
default boolean isMainFrame()Returnstrue
if the navigation request URL belongs to a main frame.
-