Package io.rong.imlib.model
Class SubscribeInfoEvent.SubscribeEventDetail
-
- All Implemented Interfaces:
public class SubscribeInfoEvent.SubscribeEventDetail
-
-
Field Summary
Fields Modifier and Type Field Description public int
eventValue
public long
changeTime
public Platform
platform
public final static Creator<SubscribeEventDetail>
CREATOR
-
Constructor Summary
Constructors Constructor Description SubscribeInfoEvent.SubscribeEventDetail(int eventValue, long changeTime, int platform)
-
Method Summary
Modifier and Type Method Description int
getEventValue()
获取事件值。 事件值说明:代表事件的具体数值或状态。 long
getChangeTime()
Platform
getPlatform()
获取平台信息列表。 平台信息说明:包含关于用户使用平台的详细信息。 void
writeToParcel(Parcel dest, int flags)
int
describeContents()
String
toString()
-
-
Method Detail
-
getEventValue
int getEventValue()
获取事件值。
事件值说明:代表事件的具体数值或状态。
- Returns:
当前事件的值。
- Since:
5.8.0
-
getChangeTime
long getChangeTime()
-
getPlatform
Platform getPlatform()
获取平台信息列表。
平台信息说明:包含关于用户使用平台的详细信息。
- Returns:
用户使用的平台信息列表。
- Since:
5.8.1
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
toString
String toString()
-
-
-
-