Interface Navigator

All Known Implementing Classes:
NavigatorImpl

public interface Navigator
The state and the identity of the user agent. It allows scripts to query it and to register themselves to carry on some activities.
  • Method Details

    • getMaxTouchPoints

      int getMaxTouchPoints()

      getMaxTouchPoints.

      Returns:
      a Integer object.
    • isMsManipulationViewsEnabled

      boolean isMsManipulationViewsEnabled()

      isMsManipulationViewsEnabled.

      Returns:
      a boolean.
    • getMsMaxTouchPoints

      int getMsMaxTouchPoints()

      getMsMaxTouchPoints.

      Returns:
      a Integer object.
    • isMsPointerEnabled

      boolean isMsPointerEnabled()

      isMsPointerEnabled.

      Returns:
      a boolean.
    • isPointerEnabled

      boolean isPointerEnabled()

      isPointerEnabled.

      Returns:
      a boolean.
    • vibrate

      boolean vibrate(int pattern)

      vibrate.

      Parameters:
      pattern - a Integer object.
      Returns:
      a boolean.
    • vibrate

      boolean vibrate(int... pattern)

      vibrate.

      Parameters:
      pattern - a Integer object.
      Returns:
      a boolean.