Foxit PDF RDK
EditCommentsTaskCallBack Class Reference

Defines a callback interface for handling results of a EditCommentsTaskCallBack. More...

Public Member Functions

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

Detailed Description

Defines a callback interface for handling results of a EditCommentsTaskCallBack.

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

EditCommentsTaskCallBack.result ( task  )

Handles the result of a EditCommentsTask.

Parameters
{EditCommentsTask}task - The EditFormTask whose result is being handled. This method is called when the task EditCommentsTask, providing access to its result.