How to show an intent data in my app with a print()?

Hello I would like to show a string received through an intent from another application to mine, is there any way to show that string using a print ()? I attached my intent-filter that is in the build

android = { usesPermissions = { "android.permission.INTERNET", }, intentFilters = { { label = "Your Title Goes Here", actions = { "android.intent.action.SEND" }, categories = { "android.intent.category.DEFAULT" }, data = { scheme = "try", mimeType= "text/plain" }, }, }, },

Hello I would like to show a string received through an intent from another application to mine, is there any way to show that string using a print ()? I attached my intent-filter that is in the build

perhaps this : https://docs.coronalabs.com/api/library/system/getInfo.html

sincerely

I read that, but It doesn’t appear… if could you tell me how to do it especifically what I am asking, I will aprecciate a lot!

perhaps this : https://docs.coronalabs.com/api/library/system/getInfo.html

sincerely

I read that, but It doesn’t appear… if could you tell me how to do it especifically what I am asking, I will aprecciate a lot!