This class represents a callback object for refreshing a region for PSI. All the pure virtual functions in this class are used as callback functions and should be implemented by user. An implemented PSICallback object can be set to a PSI object by function PSI.SetCallback.
- Examples
- /Users/ec2-user/gitlab-runner/builds/E-xKdhDo/0/foxit/sdk/mobile/gsdk-doc-auto-build/harmony_nodejs/input/Index.js.
◆ Refresh()
| PSICallback.Refresh |
( |
psi |
, |
|
|
rect |
|
|
) |
| |
A callback function used to refresh a specified region for PSI.
- Parameters
-
| [in] | psi | A PSI object. |
| [in] | rect | Rectangle of the refresh region. |
- Returns
- None.
◆ Release()
A callback function used to release current callback object itself.
- Returns
- None.