public static interface SoniTalkDecoder.MessageListener
Modifier and Type | Method and Description |
---|---|
void |
onDecoderError(java.lang.String errorMessage)
Called when an error and/or exception occur in the SoniTalkDecoder.
|
void |
onMessageReceived(SoniTalkMessage receivedMessage)
Called when a message is received by the SoniTalkDecoder.
|
void onMessageReceived(SoniTalkMessage receivedMessage)
receivedMessage
- message detected and received by the SDK.void onDecoderError(java.lang.String errorMessage)
errorMessage
- description of an error that occurred while trying to receive a message.