sim-detector
v0.0.1
Published
sim detection plugin for android
Maintainers
Readme
sim-detector
sim detection plugin for android
Install
npm install sim-detector
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
getPhoneNumbers()
getPhoneNumbers() => Promise<{ numbers: string[]; }>Returns an array of phone numbers from the available SIM cards
Returns: Promise<{ numbers: string[]; }>
getSimCount()
getSimCount() => Promise<{ count: number; }>Returns number of SIM cards available in the device
Returns: Promise<{ count: number; }>
