0.0.4 • Published 8 months ago

@skmd87/capacitor-sms-retriever v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Capacitor Sms Retriever

Under development plugin for retriving SMS without the need of any permission. Suitable for OTP

CURRENTLY FOR ANDROID ONLY

npm install @skmd87/capacitor-sms-retriever

Usage

import { CapacitorSmsRetriever, } from "@skmd87/capacitor-sms-retriever";
.
.
.

CapacitorSmsRetriever.startListening().then((res:any) => {
		console.log("SMS Content", res.body);
	}).catch((err:any) => {
		console.log("Failed", err);
	});
0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago