Package com.pspdfkit.ui.actionmenu
Interface SharingMenu.SharingMenuListener
-
- All Implemented Interfaces:
public interface SharingMenu.SharingMenuListener
Listener for being notified of UI events on a SharingMenu.
-
-
Method Summary
Modifier and Type Method Description abstract void
performShare(@NonNull() ShareTarget shareTarget)
Called by the SharingMenu when the user tapped a target (usually some app) to share with. -
-
Method Detail
-
performShare
abstract void performShare(@NonNull() ShareTarget shareTarget)
Called by the SharingMenu when the user tapped a target (usually some app) to share with.
- Parameters:
shareTarget
- ShareTarget to share with.
-
-
-
-