-
public interface OnOutsidePhotoTapListenerCallback when the user tapped outside of the photo
-
-
Method Summary
Modifier and Type Method Description abstract UnitonOutsidePhotoTap(ImageView imageView)The outside of the photo has been tapped -
-
Method Detail
-
onOutsidePhotoTap
abstract Unit onOutsidePhotoTap(ImageView imageView)
The outside of the photo has been tapped
-
-
-
-