com.foxit.sdk.PDFViewCtrl.IConnectedPDFEventListener Interface Reference

Public Member Functions

ClientInfo getClientInfo ()
 
String getUserToken (PDFDoc pdfDoc)
 
void onACLReceived (String acl, PDFDoc pdfDoc)
 

Detailed Description

The interface for ConnectedPDF event listener.

Member Function Documentation

◆ getClientInfo()

ClientInfo com.foxit.sdk.PDFViewCtrl.IConnectedPDFEventListener.getClientInfo ( )

Get the client information.

Returns
The client information.

◆ getUserToken()

String com.foxit.sdk.PDFViewCtrl.IConnectedPDFEventListener.getUserToken ( PDFDoc  pdfDoc)

Get user token by the associated PDF document object.

Parameters
pdfDocThe associated PDF document object.
Returns
The user token.

◆ onACLReceived()

void com.foxit.sdk.PDFViewCtrl.IConnectedPDFEventListener.onACLReceived ( String  acl,
PDFDoc  pdfDoc 
)

Triggered when the ACL of a ConnectedPDF DRM document is received.

Parameters
aclThe ACL of a ConnectedPDF DRM document.
pdfDocThe associated PDF document object.