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() Indicates whether it is a VoIP push notification
      void setVoIPPush(boolean voIPPush) Set VoIP push notification
      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()

        Indicates whether it is a VoIP push notification

        Returns:

        Specifies whether it is a VoIP push notification

      • setVoIPPush

         void setVoIPPush(boolean voIPPush)

        Set VoIP push notification

        Parameters:
        voIPPush - Indicates whether it is a VoIP push notification