Alexander-Fuchs / cap-read-native-settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cap-read-native-settings

Read native settings from iOS and Android within your Ionic / Capacitor App.

Install

npm i https://github.com/Alexander-Fuchs/cap-read-native-settings
npx cap sync

API

read(...)

read(options: { key: string; }) => Promise<{ value: string; }>
Param Type
options { key: string; }

Returns: Promise<{ value: string; }>


About

License:MIT License


Languages

Language:JavaScript 35.4%Language:Java 19.5%Language:Swift 13.6%Language:HTML 9.1%Language:TypeScript 8.6%Language:Ruby 7.8%Language:Objective-C 5.6%Language:CSS 0.4%