Online initialization
Method: initialize(androidOnlineLicense : string, iosOnlineLicense : string)
Use your ComPDFKit commercial license key to initialize the ComPDFKit SDK using online authentication. Please contact our sales to obtain a trial license.
Parameters:
Name | Type | Description |
---|---|---|
androidOnlineLicense | string | Your ComPDFKit for React Native Android online license key. |
iosOnlineLicense | string | Your ComPDFKit for React Native iOS online license key. |
Returns a Promise.
Name | Type | Description |
---|---|---|
result | boolean | Returns true if initialization is successful, otherwise returns false . |
tsx
ComPDFKit.initialize('android online license', 'ios online license')