Foxit PDF SDK
<FSComplianceProgressCallback>协议 参考

继承自 <NSObject> .

构造函数

(void) - updateCurrentStateData:current_state_string:
 A callback function used to update current progress state data to user in order that user can update their progress bar. 更多...
 

详细描述

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

函数文档

◆ updateCurrentStateData:current_state_string:()

- (void) updateCurrentStateData: (int)  current_rate
current_state_string: (NSString *)  current_state_string 
required

A callback function used to update current progress state data to user in order that user can update their progress bar.

参数
[in]current_rateCurrent rate. It would be between 0 and 100 (inclusive). 100 means finished.
[in]current_state_stringA string that describing what current state is.
返回
None.