Package io.rong.imkit.activity
Class PicturePagerActivity
-
- All Implemented Interfaces:
public class PicturePagerActivity
-
-
Constructor Summary
Constructors Constructor Description PicturePagerActivity()
-
Method Summary
Modifier and Type Method Description void
onConfigurationChanged(Configuration newConfig)
void
finish()
boolean
onLongClick(View v)
boolean
onPictureLongClick(View v, Uri thumbUri, Uri largeImageUri)
图片长按处理事件 -
-
Method Detail
-
onConfigurationChanged
void onConfigurationChanged(Configuration newConfig)
-
finish
void finish()
-
onLongClick
boolean onLongClick(View v)
-
onPictureLongClick
boolean onPictureLongClick(View v, Uri thumbUri, Uri largeImageUri)
图片长按处理事件
- Parameters:
v
- 查看图片的PhotoViewthumbUri
- 缩略图的Uri地址largeImageUri
- 原图片的Uri地址- Returns:
boolean 返回true不会执行默认的处理
-
-
-
-