Class CSWarningEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      CSWarningEvent(String mCSMessage, OnClickListener mClickListener) 客服提示事件
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

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

      • CSWarningEvent

        CSWarningEvent(String mCSMessage, OnClickListener mClickListener)
        客服提示事件
        Parameters:
        mCSMessage - 提示的内容
        mClickListener - 页面处理该事件时的点击回调
    • Method Detail