mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
feat(in-app-purchase-2): add redeem() for opening redeem code dialog in iOS (#3581)
This commit is contained in:
parent
6b18c3d061
commit
ddd269e7ab
@ -874,4 +874,8 @@ export class InAppPurchase2 extends IonicNativePlugin {
|
|||||||
/** Opens the Manage Subscription page (AppStore, Play, Microsoft, ...). */
|
/** Opens the Manage Subscription page (AppStore, Play, Microsoft, ...). */
|
||||||
@Cordova({ sync: true })
|
@Cordova({ sync: true })
|
||||||
manageSubscriptions(): void {}
|
manageSubscriptions(): void {}
|
||||||
|
|
||||||
|
/** Opens the Code Redemption Sheet on iOS. (AppStore). */
|
||||||
|
@Cordova({ sync: true })
|
||||||
|
redeem(): void {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user