public interface LVSnapshotCallback
Modifier and Type | Method and Description |
---|---|
void |
onCameraSnapshotComplete(int code,
Bitmap bitmap)
返回截取相机画面图片
|
void onCameraSnapshotComplete(int code, Bitmap bitmap)
code
- 结果码 详情见:LVErrorCode
bitmap
- 截图对象