//sorisdk/com.iplateia.afplib/MatchInfo
MatchInfo
[androidJvm]
@Serializable
data class MatchInfo(val name: String, val type: Int, val matchedAt: Long) : Parcelable
Represents the information of a match. It contains the name, type, and the date when it was matched.
Constructors
MatchInfo | [androidJvm] constructor(name: String, type: Int, matchedAt: Long) |
Properties
Name | Summary |
---|---|
matchedAt | [androidJvm] val matchedAt: Long The date when the match was made. |
name | [androidJvm] val name: String The name of the match. |
type | [androidJvm] val type: Int The type of the match. |
Functions
Name | Summary |
---|---|
describeContents | [androidJvm] abstract fun describeContents(): Int |
writeToParcel | [androidJvm] abstract fun writeToParcel(p0: Parcel, p1: Int) |