PlaytimeCampaignsResponse

data class PlaytimeCampaignsResponse(val campaigns: List<PlaytimeCampaign> = emptyList())

The response of the SDK containing campaigns.

Constructors

Link copied to clipboard
constructor(campaigns: List<PlaytimeCampaign> = emptyList())

Properties

Link copied to clipboard

The requested selection of campaigns.