Delegate PDFNet.APIDataOfflineProc
API usage data handler for offline consumption reporting. A type of delegate that is called periodically to report API usage.
Namespace: pdftron
Assembly: PDFNetiOS.dll
Syntax
public delegate void APIDataOfflineProc(string api_data_json, object user_data);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | api_data_json | A JSON string containing the API usage data. |
| System.Object | user_data | The custom data passed to SetAPIDataOfflineProc. |