aidymp Well-Known Member Licensed User Longtime User Apr 10, 2017 #1 Hi, sorry a forum search is not showing what I want! Is it possible, to see the topic a message was sent by? so i can do something different if the topic is say a service message? if so, how do I see it? Thanks Aidy
Hi, sorry a forum search is not showing what I want! Is it possible, to see the topic a message was sent by? so i can do something different if the topic is say a service message? if so, how do I see it? Thanks Aidy
Erel B4X founder Staff member Licensed User Longtime User Apr 10, 2017 #2 Change the B4J code to: B4X: Dim data As Map = CreateMap("title": Title, "body": Body, "topic": Topic) This will include the topic in the data section. Upvote 0
Change the B4J code to: B4X: Dim data As Map = CreateMap("title": Title, "body": Body, "topic": Topic) This will include the topic in the data section.
aidymp Well-Known Member Licensed User Longtime User Apr 10, 2017 #3 Erel said: Change the B4J code to: B4X: Dim data As Map = CreateMap("title": Title, "body": Body, "topic": Topic) This will include the topic in the data section. Click to expand... Ah! Simple when you know how! Thank you Aidy Upvote 0
Erel said: Change the B4J code to: B4X: Dim data As Map = CreateMap("title": Title, "body": Body, "topic": Topic) This will include the topic in the data section. Click to expand... Ah! Simple when you know how! Thank you Aidy