Class PrivateArea

java.lang.Object
com.unblu.sdk.module.mobilecobrowsing.PrivateArea

public class PrivateArea extends Object
Class used to update manual private areas for overlaying views while mobile co-browsing.

The positions stored in this class should be absolute screen positions. The coordinates (0, 0) refer to the top left corner of the screen.

  • Constructor Details

    • PrivateArea

      public PrivateArea(int x, int y, int width, int height)
  • Method Details

    • getX

      public int getX()
    • getY

      public int getY()
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • setY

      public PrivateArea setY(int y)
    • setX

      public PrivateArea setX(int x)
    • setWidth

      public PrivateArea setWidth(int width)
    • setHeight

      public PrivateArea setHeight(int height)
    • toString

      public String toString()
      Overrides:
      toString in class Object