AgentData

data class AgentData(val role: Int) : Parcelable

Data class representing the agent data.

Constructors

Link copied to clipboard
constructor(role: Int)

Properties

Link copied to clipboard
val role: Int

The role of the agent.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)