Package live.hms.video.sdk
Interface HMSMessageResultListener
-
- All Implemented Interfaces:
-
live.hms.video.sdk.IErrorListener
public interface HMSMessageResultListener implements IErrorListener
Listener to listen to updates from the SDK when sending a chat message
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSuccess(HMSMessage hmsMessage)This is called on successful receipt of the message at the server -
-
Method Detail
-
onSuccess
abstract Unit onSuccess(HMSMessage hmsMessage)
This is called on successful receipt of the message at the server
- Parameters:
hmsMessage- is a fully formed HMSMessage that can be used to get the timestamp at which message was received at the server.
-
-
-
-