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()
Retrieves the event value. long
getChangeTime()
Platform
getPlatform()
Retrieves the list of platform information. void
writeToParcel(Parcel dest, int flags)
int
describeContents()
String
toString()
-
-
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()
-
-
-
-