0.0.15 • Published 2 years ago

ppi-device-binding v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ppi-device-binding

PayPoint Device Binding Plugin

Install

npm install ppi-device-binding
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


checkPermission()

checkPermission() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


checkSMSPermisson()

checkSMSPermisson() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


checkSimPresent()

checkSimPresent() => Promise<{ value: boolean; }>

Returns: Promise<{ value: boolean; }>


getSubscriptionIds()

getSubscriptionIds() => Promise<{ value: any; }>

Returns: Promise<{ value: any; }>


sendMessage(...)

sendMessage(options: { destinationNumber: string; sourceNumber: string; messageContent: string; subId: number; }) => Promise<{ value: boolean; }>
ParamType
options{ destinationNumber: string; sourceNumber: string; messageContent: string; subId: number; }

Returns: Promise<{ value: boolean; }>


setSmartIntent(...)

setSmartIntent(options: { enable: boolean; }) => Promise<{ value: boolean; }>
ParamType
options{ enable: boolean; }

Returns: Promise<{ value: boolean; }>


iOSComposeSMS(...)

iOSComposeSMS(options: { destinationNumber: string; messageContent: string; }) => Promise<any>
ParamType
options{ destinationNumber: string; messageContent: string; }

Returns: Promise<any>


echo2(...)

echo2(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


requestWithWrapper(...)

requestWithWrapper(options: { url: string; method: string; parameters: object; headers: object; }) => Promise<{ value: any; }>
ParamType
options{ url: string; method: string; parameters: object; headers: object; }

Returns: Promise<{ value: any; }>


iOSSimPresent()

iOSSimPresent() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>


0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.1

3 years ago