toggle menu
library
androidJvm
switch theme
search in API
library
/
io.adjoe.sdk.studio
/
PlaytimeCampaignsResponse
Playtime
Campaigns
Response
data
class
PlaytimeCampaignsResponse
(
val
campaigns
:
List
<
PlaytimeCampaign
>
=
emptyList()
)
The response of the SDK containing campaigns.
Members
Constructors
Playtime
Campaigns
Response
Link copied to clipboard
constructor
(
campaigns
:
List
<
PlaytimeCampaign
>
=
emptyList()
)
Properties
campaigns
Link copied to clipboard
val
campaigns
:
List
<
PlaytimeCampaign
>
The requested selection of campaigns.