Foxit PDF RDK
TimerCallback Class Reference
Inheritance diagram for TimerCallback:
NativeObjectWrapper

Public Member Functions

 OnTimer (timer)
 A callback function used as a timer on every time interval. More...
 
- Public Member Functions inherited from NativeObjectWrapper
 constructor (r)
 
 GetPointerAsNumber ()
 

Detailed Description

This class represents a callback object to represent a timer. All the pure virtual functions in this class are used as callback functions and should be implemented by user.

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

◆ OnTimer()

TimerCallback.OnTimer ( timer  )

A callback function used as a timer on every time interval.

Parameters
[in]timerIdentifier of a timer.
Returns
None.