Interface ZoomableSharingView.ZoomableSharingViewActionListener

    • Method Detail

      • onSingleTap

        void onSingleTap​(float x,
                         float y)
        Single tap gesture was done on this view.
        Parameters:
        x - coordinate of tap gesture.
        y - coordinate of tap gesture.
      • onLongPress

        void onLongPress​(float x,
                         float y)
        Long press gesture was done on this view.
        Parameters:
        x - coordinate of long press gesture.
        y - coordinate of long press gesture.