@adapty/capacitor
Version:
Official Adapty SDK for Capacitor
19 lines • 514 B
JavaScript
import { SimpleCoder } from './coder';
export class AdaptyPaywallBuilderCoder extends SimpleCoder {
constructor() {
super(...arguments);
this.properties = {
id: {
key: 'paywall_builder_id',
required: true,
type: 'string',
},
lang: {
key: 'lang',
required: true,
type: 'string',
},
};
}
}
//# sourceMappingURL=adapty-paywall-builder.js.map