Foxit PDF RDK
RenderPageTaskCallBack Class Reference

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

Public Member Functions

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

Detailed Description

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

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

RenderPageTaskCallBack.result ( task  )

Handles the result of a RenderPageTask.

Parameters
{RenderPageTask}task - The RenderPageTask whose result is being processed. This method is called specifically to handle the result of the task.