Interface StartNavigationCallback.Params

Enclosing interface:
StartNavigationCallback

public static interface StartNavigationCallback.Params
The parameters of the StartNavigationCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns true if the navigation request URL belongs to a main frame.
    default boolean
    Returns true 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

      default String url()
      Returns a string that represents the navigation request URL.
    • isRedirect

      default boolean isRedirect()
      Returns true if the request is the result of redirection caused by another request.
    • isMainFrame

      default boolean isMainFrame()
      Returns true if the navigation request URL belongs to a main frame.