Interface ZoomableSharingView.ZoomableSharingViewStateListener

    • Method Detail

      • onScaleOrPositionChanged

        void onScaleOrPositionChanged​(float newScale,
                                      android.graphics.PointF newPosition,
                                      android.graphics.RectF imageBoundsRect)
        Notifies listener that scale or position of bitmap changes inside this view.
        Parameters:
        newScale - new scale of bitmap image.
        newPosition - new coordinates of bitmap image.
        imageBoundsRect - new image bounds.