toggle menu
Android-IMKit-SDK
5.26.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.picture.photoview
/
OnSingleFlingListener
On
Single
Fling
Listener
public
interface
OnSingleFlingListener
A callback to be invoked when the ImageView is flung with a single touch
Members
Functions
on
Fling
Link copied to clipboard
public
abstract
boolean
onFling
(
MotionEvent e1
,
MotionEvent e2
,
float velocityX
,
float velocityY
)
A callback to receive where the user flings on a ImageView.