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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSuccess(HMSMessage hmsMessage) This is called on successful receipt of the message at the server
      • Methods inherited from class live.hms.video.sdk.IErrorListener

        onError
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.