Interface StartNavigationCallback.Params
- Enclosing interface:
- StartNavigationCallback
public static interface StartNavigationCallback.Params
The parameters of the
StartNavigationCallback.-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturnstrueif the navigation request URL belongs to a main frame.default booleanReturnstrueif the request is the result of redirection caused by another request.default Stringurl()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()Returnstrueif the request is the result of redirection caused by another request. -
isMainFrame
default boolean isMainFrame()Returnstrueif the navigation request URL belongs to a main frame.
-