Skip to content

在线初始化

方法名:initialize(androidOnlineLicense : string, iosOnlineLicense : string)

使用您的 ComPDFKit 商业许可密钥通过在线认证初始化 ComPDFKit SDK。请联系我们的销售获取试用许可证。

参数:

名称类型描述
androidOnlineLicensestring您的 ComPDFKit for React Native Android 在线许可密钥。
iosOnlineLicensestring您的 ComPDFKit for React Native iOS 在线许可密钥。

返回一个 Promise。

名称类型描述
resultboolean如果初始化成功,则返回 true,否则返回 false
tsx
ComPDFKit.initialize('android online license', 'ios online license')