Package com.pspdfkit.ui.actionmenu
Interface DefaultSharingMenu.SharingMenuListener
-
- All Implemented Interfaces:
-
com.pspdfkit.ui.actionmenu.SharingMenu.SharingMenuListener
public interface DefaultSharingMenu.SharingMenuListener implements SharingMenu.SharingMenuListener
Callback for actions performed inside sharing menu.
-
-
Method Summary
Modifier and Type Method Description abstract void
performPrint()
Called when sharing menu wants to perform print action. abstract void
showShareMenu(@NonNull() ShareAction shareAction)
Called when sharing menu wants to show SharingMenu with given action. abstract void
performSaveAs()
Called when sharing menu wants to perform saving action. -
-
Method Detail
-
performPrint
abstract void performPrint()
Called when sharing menu wants to perform print action.
-
showShareMenu
abstract void showShareMenu(@NonNull() ShareAction shareAction)
Called when sharing menu wants to show SharingMenu with given action.
-
performSaveAs
abstract void performSaveAs()
Called when sharing menu wants to perform saving action.
-
-
-
-