Foxit PDF RDK
ClearCacheTaskCallBack Class Reference

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

Public Member Functions

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

Detailed Description

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

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

ClearCacheTaskCallBack.execute ( task  )

Executes the callback with the result of a ClearCacheTask.

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