toggle menu
QP SDK Android
2.2.13/build-83
androidJvm
switch theme
search in API
QP SDK Android
/
com.quandopasso.sdk.models
/
QPSound
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
Members
Constructors
QPSound
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
url
:
String
?
=
null
)
Properties
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
var
name
:
String
?
url
Link copied to clipboard
@
SerializedName
(
value
=
"url"
)
var
url
:
String
?
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)