Topic: Send/Receive Chatterbox messages
I am trying to create a simple Android GPS Tracker in which I can also receive and send messages to the chatterbox functionality.
I do know how to get the messages from the SDK using the getMessages method and filtering out the ca:"__app_chatterbox_msg"
But how do I send these messages from my application to the chatterbox?
Also how do I activate this functionality for my device? At the moment I can only send SMS messages, but I want to send them over TCP/http ofcourse.
Hope I made myself clear, thanks in advance.