capacitor-sms-autofill
v0.0.1
Published
autofill otp
Maintainers
Readme
capacitor-sms-autofill
autofill otp
Install
npm install capacitor-sms-autofill
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>Echo a value back to the caller
| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
startOtpListener()
startOtpListener() => Promise<{ message: string; }>Start listening for OTP SMS messages Will show a consent dialog to the user when an SMS is received
Returns: Promise<{ message: string; }>
