Package io.rong.imkit.picture.photoview
Interface OnOutsidePhotoTapListener
-
- All Implemented Interfaces:
public interface OnOutsidePhotoTapListenerCallback when the user tapped outside of the photo
-
-
Method Summary
Modifier and Type Method Description abstract voidonOutsidePhotoTap(ImageView imageView)The outside of the photo has been tapped -
-
Method Detail
-
onOutsidePhotoTap
abstract void onOutsidePhotoTap(ImageView imageView)
The outside of the photo has been tapped
-
-
-
-