QPSound

data class QPSound(var name: String? = null, var url: String? = null) : Parcelable

QPSound

The description of sound for a jingle

Parameters

name

Name of sound

url

URL of sound

Constructors

Link copied to clipboard
constructor(name: String? = null, url: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "name")
var name: String?
Link copied to clipboard
@SerializedName(value = "url")
var url: String?

Inherited functions

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