|
iText Licensing Library 4.0.3 API
|
Static Public Member Functions |
|
| static void | UseRemoteReporting () |
| Select remote reporting type in which events are sent over the web to a remote server. More... |
|
| static void | UseLocalReporting (String directoryToWritePath) |
| Select local reporting type with specified root directory for generated reports. More... |
|
| static void | ResetApiConfiguration () |
| Reset API configuration. More... |
|
| static ? ReportingType | GetReportingType () |
| static String | GetLocalFileRootDir () |
| static bool | IsStatisticsEnabledForProduct (String productName) |
| Checks if statistics are enabled for such productName. More... |
|
| static void | OverrideStatisticsSendingForProduct (String productName, bool sendStatistics) |
| Enables or disables statistics for provided product. More... |
|
Static Public Attributes |
|
| const String | REMOTE_REPORTING_TYPE = "remote" |
| const String | LOCAL_REPORTING_TYPE = "local" |
|
inlinestatic |
Checks if statistics are enabled for such productName.
| productName | name of the product for which to check if statistics are enabled |
true if statistics are enabled, false otherwise
|
inlinestatic |
Enables or disables statistics for provided product.
Enables or disables statistics for provided product. By default the value from license file will be taken.
| productName | name of the product for which enable or disable statistics |
| sendStatistics | true to enable statistics, false otherwise |
|
inlinestatic |
Reset API configuration.
Reset API configuration. Can be used to use environment variables or default logic after API use.
|
inlinestatic |
Select local reporting type with specified root directory for generated reports.
| directoryToWritePath | the path to local directory for writing reports. If it is null, then System property, or System environment variable will be used. |
|
inlinestatic |
Select remote reporting type in which events are sent over the web to a remote server.