@qonversion/capacitor-plugin
Version:
Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and co
11 lines • 456 B
JavaScript
export class NoCodesConfig {
constructor(projectKey, noCodesListener = undefined, purchaseDelegate = undefined, proxyUrl = undefined, locale = undefined, theme = undefined) {
this.projectKey = projectKey;
this.noCodesListener = noCodesListener;
this.purchaseDelegate = purchaseDelegate;
this.proxyUrl = proxyUrl;
this.locale = locale;
this.theme = theme;
}
}
//# sourceMappingURL=NoCodesConfig.js.map