Foxit PDF RDK
CalculateMaxSizeCallback Class Reference

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

Public Member Functions

 constructor ()
 Constructor for the CalculateMaxSizeCallback class. Initializes a new instance of the CalculateMaxSizeCallback.
 
 execute (task)
 Executes the callback with the result of a CalculateMaxSizeTask. More...
 

Detailed Description

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

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

◆ execute()

CalculateMaxSizeCallback.execute ( task  )

Executes the callback with the result of a CalculateMaxSizeTask.

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