| java.lang.Object | |
| ↳ | com.pdftron.pdf.utils.ActionUtils |
A utility class for annotation actions.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | ActionUtils.ActionInterceptCallback | A intercept callback for onInterceptExecuteAction(ActionParameter, PDFViewCtrl)
|
|||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ActionUtils() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
executeAction(ActionParameter actionParam, PDFViewCtrl pdfViewCtrl)
Executes an action on the PDF.
| ||||||||||
| ActionUtils.ActionInterceptCallback |
getActionInterceptCallback()
Gets
default package intercept callback | ||||||||||
| static ActionUtils | getInstance() | ||||||||||
| static boolean | isActionGoBack(Annot annot) | ||||||||||
| static void | launchEmailIntent(Context context, String uri) | ||||||||||
| static void | launchPhoneIntent(Context context, String uri) | ||||||||||
| static void | launchWebPageIntent(Context context, String uri) | ||||||||||
| void |
setActionInterceptCallback(ActionUtils.ActionInterceptCallback callback)
Sets
Action intercept callback | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Executes an action on the PDF.
| actionParam | The action parameter |
|---|---|
| pdfViewCtrl | The PDFViewCtrl |
Gets default package intercept callback
Sets Action intercept callback
| callback | ActionInterceptCallback |
|---|