mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-02 21:02:57 +08:00
feat(in-app-purchase-2): add update function (#3416)
* feat(in-app-purchase-2): add update Add update method from plugin. Fixes: #3411 * Trailing fix. Whitespace removed.
This commit is contained in:
parent
180b665c4b
commit
9892ce7a61
@ -875,6 +875,11 @@ export class InAppPurchase2 extends IonicNativePlugin {
|
||||
refresh(): void {
|
||||
}
|
||||
|
||||
/** Lightweight method like refresh but do not relogin user */
|
||||
@Cordova({ sync: true })
|
||||
update(): void {
|
||||
}
|
||||
|
||||
/** Opens the Manage Subscription page (AppStore, Play, Microsoft, ...). */
|
||||
@Cordova({ sync: true })
|
||||
manageSubscriptions(): void {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user