Foxit PDF RDK
EditFormTaskCallBack Class Reference

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

Public Member Functions

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

Detailed Description

Defines a callback interface for handling results of a EditFormTaskCallBack.

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

EditFormTaskCallBack.result ( task  )

Handles the result of a EditFormTask.

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