DiscoveryPromoter

data class DiscoveryPromoter(val promoterId: String?, val name: String?, val description: String?) : Parcelable

Represents a promoter in the Discovery API.

Holds promoter details, such as ID, name, and description.

Constructors

Link copied to clipboard
constructor(promoterId: String?, name: String?, description: String?)

Properties

Link copied to clipboard

The promoter's description, if available.

Link copied to clipboard
val name: String?

The promoter's name, if available.

Link copied to clipboard

The promoter's ID, if available.

Functions

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