Package io.rong.imlib.model
Class SendMessageOption
-
- All Implemented Interfaces:
public class SendMessageOption
/~chinese 是否属于 VoIP 推送
-
-
Field Summary
Fields Modifier and Type Field Description public boolean
isVoIPPush
public final static Creator<SendMessageOption>
CREATOR
-
Constructor Summary
Constructors Constructor Description SendMessageOption(Parcel in)
SendMessageOption()
-
Method Summary
Modifier and Type Method Description boolean
isVoIPPush()
/~english void
setVoIPPush(boolean voIPPush)
/~english int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
toString()
-
-
Method Detail
-
isVoIPPush
boolean isVoIPPush()
/~english
-
setVoIPPush
void setVoIPPush(boolean voIPPush)
/~english
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
-
-
-