capacitor-promocode
Install
npm install capacitor-promocode
npx cap sync
API
launchPromoCodeRedemptionFlow()
launchPromoCodeRedemptionFlow() => Promise<{ success: boolean; message?: string; }>
Returns: Promise<{ success: boolean; message?: string; }>
isPromoCodeSupported()
isPromoCodeSupported() => Promise<{ supported: boolean; }>
Returns: Promise<{ supported: boolean; }>
Description
Languages
JavaScript
31.6%
Java
31.1%
Swift
16.2%
TypeScript
8.5%
HTML
8.2%
Other
4.4%