java.lang.Object | |
↳ | com.pspdfkit.document.sharing.ShareTarget |
Defines single target for share action.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ShareTarget(String packageName, String label, Drawable icon, ShareAction shareAction) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Drawable |
getIcon()
Returns icon of the target app.
| ||||||||||
String |
getLabel()
Returns name of the target app displayed to the user in share dialog.
| ||||||||||
String |
getPackageName()
Returns share target package name.
| ||||||||||
ShareAction |
getShareAction()
Returns share action used for sharing to share target.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
packageName | Package name of the target app. |
---|---|
label | Label of the target app. |
icon | Icon of the target app. |
shareAction | Action used for sharing. |