Class SubscribeInfoEvent.SubscribeEventDetail

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int eventValue
      public long changeTime
      public Platform platform
      public final static Creator<SubscribeEventDetail> CREATOR
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SubscribeInfoEvent.SubscribeEventDetail

        SubscribeInfoEvent.SubscribeEventDetail(int eventValue, long changeTime, int platform)
    • 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

      • 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