Foxit PDF RDK
CloseDocumentTaskCallback Class Reference

Defines a callback interface for handling the result of a CloseDocumentTask. More...

Public Member Functions

 constructor ()
 Constructor for the CloseDocumentTaskCallBack class. Initializes a new instance of the CloseDocumentTaskCallBack.
 
 result (task)
 Handles the result of a CloseDocumentTask. More...
 

Detailed Description

Defines a callback interface for handling the result of a CloseDocumentTask.

Examples
/Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.

Member Function Documentation

◆ result()

CloseDocumentTaskCallback.result ( task  )

Handles the result of a CloseDocumentTask.

Parameters
{CloseDocumentTask}task - The CloseDocumentTask whose result is being processed. This method is called when the task completes, providing access to its result.