Package io.rong.imlib.model
Class SubscribeInfoEvent.SubscribeEventDetail
-
- All Implemented Interfaces:
public class SubscribeInfoEvent.SubscribeEventDetail
-
-
Field Summary
Fields Modifier and Type Field Description public inteventValuepublic longchangeTimepublic Platformplatformpublic 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 intgetEventValue()Retrieves the event value. longgetChangeTime()PlatformgetPlatform()Retrieves the list of platform information. voidwriteToParcel(Parcel dest, int flags)intdescribeContents()StringtoString()-
-
Method Detail
-
getEventValue
int getEventValue()
Retrieves the event value.
Event Value Description: Represents the specific numerical value or state of the event.
- Returns:
The value of the current event.
- Since:
5.8.0
-
getChangeTime
long getChangeTime()
-
getPlatform
Platform getPlatform()
Retrieves the list of platform information.
Platform Information Description: Contains detailed information about the platforms used by the user.
- Returns:
A list of platform information used by the user.
- Since:
5.8.1
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
toString
String toString()
-
-
-
-