capacitor-promocode/README.md
2025-04-13 18:12:59 -04:00

815 B

capacitor-promocode

no

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; }>