Public Member Functions | |
ClientInfo | getClientInfo () |
String | getUserToken (PDFDoc pdfDoc) |
void | onACLReceived (String acl, PDFDoc pdfDoc) |
The interface for ConnectedPDF event listener.
ClientInfo com.foxit.sdk.PDFViewCtrl.IConnectedPDFEventListener.getClientInfo | ( | ) |
Get the client information.
String com.foxit.sdk.PDFViewCtrl.IConnectedPDFEventListener.getUserToken | ( | PDFDoc | pdfDoc | ) |
Get user token by the associated PDF document object.
pdfDoc | The associated PDF document object. |
void com.foxit.sdk.PDFViewCtrl.IConnectedPDFEventListener.onACLReceived | ( | String | acl, |
PDFDoc | pdfDoc | ||
) |
Triggered when the ACL of a ConnectedPDF DRM document is received.
acl | The ACL of a ConnectedPDF DRM document. |
pdfDoc | The associated PDF document object. |