Package io.rong.imlib.model
Class SendMessageOption
-
- All Implemented Interfaces:
public class SendMessageOption
-
-
Field Summary
Fields Modifier and Type Field Description public booleanisVoIPPushpublic final static Creator<SendMessageOption>CREATOR
-
Constructor Summary
Constructors Constructor Description SendMessageOption(Parcel in)SendMessageOption()
-
Method Summary
Modifier and Type Method Description booleanisVoIPPush()Indicates whether it is a VoIP push notification voidsetVoIPPush(boolean voIPPush)Set VoIP push notification intdescribeContents()voidwriteToParcel(Parcel dest, int flags)StringtoString()-
-
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
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
toString
String toString()
-
-
-
-