feat(in-app-purchase-3) new InAppPurchase3 plugin fixed (#4873)

* fix(in-app-purchase-3) typings and doc

* update return type for initialize
This commit is contained in:
gxolin 2024-11-14 14:25:32 +01:00 committed by GitHub
parent d83b124cec
commit b20c67bf14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1262 additions and 0 deletions

View File

@ -248,6 +248,9 @@ export class IAPError {
* - **macOS** version 10
* - **Xbox One**
* - (and any platform supporting Microsoft's UWP)
* - **cordova-plugin-purchase** version 12 or lower.
* @see https://github.com/j3k0/cordova-plugin-purchase/wiki/HOWTO:-Migrate-to-v13 For cordova-plugin-purchase versions
* 13 and higher, use awesome cordova plugin InAppPurchase3 instead
* @usage
* ```typescript
* import { InAppPurchase2 } from '@awesome-cordova-plugins/in-app-purchase-2/ngx';

File diff suppressed because it is too large Load Diff