react-native-get-sms-android
react-native-get-sms-android copied to clipboard
i want to know more
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.