public class SendMessageOption
extends java.lang.Object
implements android.os.Parcelable
限定符和类型 | 字段和说明 |
---|---|
static android.os.Parcelable.Creator<SendMessageOption> |
CREATOR |
构造器和说明 |
---|
SendMessageOption() |
SendMessageOption(android.os.Parcel in) |
限定符和类型 | 方法和说明 |
---|---|
int |
describeContents() |
boolean |
isVoIPPush()
是否属于 VoIP 推送
|
void |
setVoIPPush(boolean voIPPush)
设置 VoIP 推送
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<SendMessageOption> CREATOR
public SendMessageOption(android.os.Parcel in)
public SendMessageOption()
public boolean isVoIPPush()
public void setVoIPPush(boolean voIPPush)
voIPPush
- 是否属于 VoIP 推送public int describeContents()
describeContents
在接口中 android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
在接口中 android.os.Parcelable