Interface ChineseSmsService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void sendMsg​(java.lang.String mobileNumber, java.lang.String msg)
      Send a message to a mobile.
    • Method Detail

      • sendMsg

        void sendMsg​(java.lang.String mobileNumber,
                     java.lang.String msg)
        Send a message to a mobile.
        Parameters:
        mobileNumber - The target mobile number.
        msg - The message to be sent.