Interface HMSActionResultListener

  • All Implemented Interfaces:
    live.hms.video.sdk.IErrorListener

    
    public interface HMSActionResultListener
     implements IErrorListener
                        

    This callback will be used by SDK to inform application if there was a success or failure when the API was executed

    • 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() This is called when the request from client has reached the server successfully
      • 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()

        This is called when the request from client has reached the server successfully