https://github.com/hex-digital/capacitor-plugin-open-subscription-setting
Capacitor plugin to programatically open the devices native manage subscription settings or settings app. For both iOS and Android.
https://github.com/hex-digital/capacitor-plugin-open-subscription-setting
Last synced: 8 months ago
JSON representation
Capacitor plugin to programatically open the devices native manage subscription settings or settings app. For both iOS and Android.
- Host: GitHub
- URL: https://github.com/hex-digital/capacitor-plugin-open-subscription-setting
- Owner: hex-digital
- Created: 2022-07-06T14:45:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T15:06:03.000Z (about 4 years ago)
- Last Synced: 2025-01-27T07:35:52.128Z (over 1 year ago)
- Language: Java
- Size: 78.1 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# open-subscription-settings
Allows to user to open the subscription settings of their native platform from within the application.
## Install
```bash
npm install open-subscription-settings
npx cap sync
```
## API
* [`triggerOpenSettings()`](#triggeropensettings)
* [`triggerOpenSubscriptions()`](#triggeropensubscriptions)
### triggerOpenSettings()
```typescript
triggerOpenSettings() => Promise
```
--------------------
### triggerOpenSubscriptions()
```typescript
triggerOpenSubscriptions() => Promise
```
--------------------