//sorisdk/com.iplateia.sorisdk/SORICampaign
SORICampaign
[androidJvm]
data class SORICampaign(val id: String, val name: String, val description: String? = null, val imageUrl: String? = null, val actionUrl: String? = null, val createdAt: Long = 0) : Parcelable
Represents a SORI campaign that found during the audio recognition process.
Constructors
| SORICampaign | [androidJvm] constructor(id: String, name: String, description: String? = null, imageUrl: String? = null, actionUrl: String? = null, createdAt: Long = 0) |
Properties
| Name | Summary |
|---|---|
| actionUrl | [androidJvm] val actionUrl: String? = null The action associated with the campaign. |
| createdAt | [androidJvm] val createdAt: Long = 0 The timestamp when the campaign was created. |
| description | [androidJvm] val description: String? = null The description of the campaign. |
| id | [androidJvm] val id: String The unique identifier of the campaign. |
| imageUrl | [androidJvm] val imageUrl: String? = null The URL of the campaign image. |
| name | [androidJvm] val name: String The name of the campaign. |
Functions
| Name | Summary |
|---|---|
| describeContents | [androidJvm] abstract fun describeContents(): Int |
| writeToParcel | [androidJvm] abstract fun writeToParcel(p0: Parcel, p1: Int) |
