I have an upstream from the mobile device to the OSDK(sending a message). The data is being sent correctly but I am having issues receiving it. When looking at the OSDK API Reference, I expected the functions to use to be under the MobileCommunication class reference. The only thing I found related to upstreaming was the getDataFromMSDK function. I don't get how this function works, and also don't understand how receiving data on the OSDK actually works. I also don't see this function in any mobile communication samples.
How do I setup a constant listener for incoming MSDK data?
How does the getDataFromMSDK function come into play in this process?