0.0.12 • Published 4 months ago
capacitor-ussd v0.0.12
capacitor-ussd
Hybrid Ussd facilitator
Install
npm install capacitor-ussd
npx cap sync
API
trigger(...)
trigger(ussdOptions: Ussd) => Promise<Ussd>
Param | Type |
---|---|
ussdOptions | Ussd |
Returns: Promise<Ussd>
getSimCards()
getSimCards() => Promise<any>
Returns: Promise<any>
Interfaces
Ussd
Prop | Type |
---|---|
code | string |
sim | number |
networkCode | string |