capacitor-plugin-purchase-ios
v0.0.10
Published
cool
Downloads
55
Readme
capacitor-plugin-purchase-ios
cool
Install
npm install capacitor-plugin-purchase-ios
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
finishTransaction(...)
finishTransaction(options: { transactionId: string; }) => Promise<{ message: string; }>| Param | Type |
| ------------- | --------------------------------------- |
| options | { transactionId: string; } |
Returns: Promise<{ message: string; }>
