Package io.rong.imlib.model
        Class SubscribeInfoEvent.SubscribeEventDetail
- 
                    
                    - All Implemented Interfaces:
 
 public class SubscribeInfoEvent.SubscribeEventDetail
- 
                
                    
                    - 
                                
                            
                                Field SummaryFields Modifier and Type Field Description public inteventValuepublic longchangeTimepublic Platformplatformpublic final static Creator<SubscribeEventDetail>CREATOR
 - 
                                
                            
                                Constructor SummaryConstructors Constructor Description SubscribeInfoEvent.SubscribeEventDetail(int eventValue, long changeTime, int platform)
 - 
                                
                            
                                Method SummaryModifier 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- 
                                        getEventValueint 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 
 
 - 
                                        getChangeTimelong getChangeTime() 
 - 
                                        getPlatformPlatform 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 
 
 - 
                                        writeToParcelvoid writeToParcel(Parcel dest, int flags) 
 - 
                                        describeContentsint describeContents() 
 - 
                                        toStringString toString() 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-