Package io.rong.imlib.model
Class SendMessageOption
-
- All Implemented Interfaces:
public class SendMessageOption
-
-
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()
是否属于 VoIP 推送 void
setVoIPPush(boolean voIPPush)
设置 VoIP 推送 int
describeContents()
void
writeToParcel(Parcel dest, int flags)
String
toString()
-
-
Method Detail
-
isVoIPPush
boolean isVoIPPush()
是否属于 VoIP 推送
- Returns:
是否属于 VoIP 推送
-
setVoIPPush
void setVoIPPush(boolean voIPPush)
设置 VoIP 推送
- Parameters:
voIPPush
- 是否属于 VoIP 推送
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
-
-
-