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()
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()
-
-
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()
-
-
-
-