-
public interface PreviewBar.OnPreviewVisibilityListenerListener for visibility change events
-
-
Method Summary
Modifier and Type Method Description abstract voidonVisibilityChanged(PreviewBar previewBar, boolean isPreviewShowing)-
-
Method Detail
-
onVisibilityChanged
abstract void onVisibilityChanged(PreviewBar previewBar, boolean isPreviewShowing)
- Parameters:
previewBar- the PreviewBar that contains the previewisPreviewShowing- true if the preview is now showing, false otherwise
-
-
-
-