How to check if a message was received by other devices?

Solution

For SDK versions before 5.9.3:
Check if message.receivedStatus equals 8.

For SDK versions 5.9.3 and above:
Set message.receivedStatusInfo.isRetrieved to true.

Message data details

Refer to: Receive Messages | RC Developer Documentation