Package io.rong.calllib.message
Class CallSummaryMessage
-
- All Implemented Interfaces:
public class CallSummaryMessage
-
-
Field Summary
Fields Modifier and Type Field Description public Stringcallerpublic Stringinviterpublic RongCallCommon.CallMediaTypemediaTypepublic List<String>memberIdListpublic longstartTimepublic longactiveTimepublic longdurationpublic RongCallCommon.CallDisconnectedReasonreasonpublic final static Creator<CallSummaryMessage>CREATOR
-
Constructor Summary
Constructors Constructor Description CallSummaryMessage(Parcel in)CallSummaryMessage()CallSummaryMessage(Array<byte> data)
-
Method Summary
Modifier and Type Method Description StringgetCaller()voidsetCaller(String caller)StringgetInviter()voidsetInviter(String inviter)RongCallCommon.CallMediaTypegetMediaType()voidsetMediaType(RongCallCommon.CallMediaType mediaType)List<String>getMemberIdList()voidsetMemberIdList(List<String> memberIdList)longgetStartTime()voidsetStartTime(long startTime)longgetActiveTime()voidsetActiveTime(long activeTime)longgetDuration()voidsetDuration(long duration)RongCallCommon.CallDisconnectedReasongetReason()voidsetReason(RongCallCommon.CallDisconnectedReason reason)Array<byte>encode()voidwriteToParcel(Parcel dest, int flags)将类的数据写入外部提供的 Parcel 中。 intdescribeContents()描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。 -
-
Constructor Detail
-
CallSummaryMessage
CallSummaryMessage(Parcel in)
-
CallSummaryMessage
CallSummaryMessage()
-
CallSummaryMessage
CallSummaryMessage(Array<byte> data)
-
-
Method Detail
-
getCaller
String getCaller()
-
setCaller
void setCaller(String caller)
-
getInviter
String getInviter()
-
setInviter
void setInviter(String inviter)
-
getMediaType
RongCallCommon.CallMediaType getMediaType()
-
setMediaType
void setMediaType(RongCallCommon.CallMediaType mediaType)
-
getMemberIdList
List<String> getMemberIdList()
-
setMemberIdList
void setMemberIdList(List<String> memberIdList)
-
getStartTime
long getStartTime()
-
setStartTime
void setStartTime(long startTime)
-
getActiveTime
long getActiveTime()
-
setActiveTime
void setActiveTime(long activeTime)
-
getDuration
long getDuration()
-
setDuration
void setDuration(long duration)
-
getReason
RongCallCommon.CallDisconnectedReason getReason()
-
setReason
void setReason(RongCallCommon.CallDisconnectedReason reason)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
将类的数据写入外部提供的 Parcel 中。
- Parameters:
dest- 对象被写入的 Parcel。flags- 对象如何被写入的附加标志,可能是 0 或 PARCELABLE_WRITE_RETURN_VALUE。
-
describeContents
int describeContents()
描述了包含在 Parcelable 对象排列信息中的特殊对象的类型。
- Returns:
一个标志位,表明Parcelable对象特殊对象类型集合的排列。
-
-
-
-