briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i want to know more

langeGenial opened this issue · comments

how to know the recipient's phone number?
what does all the information mean? (thread_id, person, type ....)

Hey @langeGenial.

Apologies for getting back to you later than usual. I should really improve the documentation.

Were you able to view the recipient's phone number from the message?

+1
What is the meaning of message data returned ? Any official Android doc ?

Hey @offaxis

I found the Android doc that specifies the fields over here -> https://developer.android.com/reference/android/provider/Telephony.TextBasedSmsColumns

I think that I should also add this to the docs.