Class SendMessageOption

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public boolean isVoIPPush
      public final static Creator<SendMessageOption> CREATOR
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isVoIPPush() 是否属于 VoIP 推送
      void setVoIPPush(boolean voIPPush) 设置 VoIP 推送
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      String toString()
      • Methods inherited from class java.lang.Object

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

      • SendMessageOption

        SendMessageOption(Parcel in)
      • SendMessageOption

        SendMessageOption()
    • Method Detail

      • isVoIPPush

         boolean isVoIPPush()

        是否属于 VoIP 推送

        Returns:

        是否属于 VoIP 推送

      • setVoIPPush

         void setVoIPPush(boolean voIPPush)

        设置 VoIP 推送

        Parameters:
        voIPPush - 是否属于 VoIP 推送