Foxit PDF RDK
SaveDocTaskCallBack Class Reference

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

Public Member Functions

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

Detailed Description

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

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()

SaveDocTaskCallBack.result ( task  )

Handles the result of a SaveDocTask.

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