briankabiro / react-native-get-sms-android

React Native module to get messages on an Android device
MIT License
135 stars 68 forks source link

i want to know more #59

Open langeGenial opened 4 years ago

langeGenial commented 4 years ago

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

briankabiro commented 4 years ago

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?

offaxis commented 4 years ago

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

briankabiro commented 4 years ago

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.