Android Question intercipting sms

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Hi, I tried this topic
Where is the message object/type library/class , please?
I got this error:
B4X:
Unknown type: message
Are you missing a library reference?
 

DonManfred

Expert
Licensed User
Longtime User
Reading the topic carefully would help....

B4X:
'Service module
Sub Process_Globals
   Type Message (Address As String, Body As String)
End Sub
 
Upvote 0
Top