Package com.pspdfkit.ui.actionmenu
Class SharingMenuItem
-
- All Implemented Interfaces:
public class SharingMenuItem extends ActionMenuItem
Specialization of ActionMenuItem representing single share target inside .
-
-
Field Summary
Fields Modifier and Type Field Description public final ShareTarget
shareTarget
-
Constructor Summary
Constructors Constructor Description SharingMenuItem(ShareTarget shareTarget, Drawable icon, String label)
-
Method Summary
Modifier and Type Method Description ShareTarget
getShareTarget()
Returns ShareTarget associated with this menu item. -
-
Constructor Detail
-
SharingMenuItem
SharingMenuItem(ShareTarget shareTarget, Drawable icon, String label)
-
-
Method Detail
-
getShareTarget
@NonNull() ShareTarget getShareTarget()
Returns ShareTarget associated with this menu item.
-
-
-
-