CampaignRequest

open class CampaignRequest : BaseRequest

Author

Umang Chamaria Date: 2019-05-03

Constructors

CampaignRequest
Link copied to clipboard
open fun CampaignRequest(baseRequest: BaseRequest, campaignId: String, deviceType: DeviceType)
CampaignRequest
Link copied to clipboard
open fun CampaignRequest(baseRequest: BaseRequest, campaignId: String, @Nullable() screenName: String, @Nullable() contextList: List<String>, @Nullable() campaignContext: CampaignContext, deviceType: DeviceType, inAppType: InAppType)
CampaignRequest
Link copied to clipboard
open fun CampaignRequest(baseRequest: BaseRequest, campaignId: String, @Nullable() screenName: String, @Nullable() contextList: List<String>, @Nullable() triggerMeta: TriggerRequestMeta, @Nullable() campaignContext: CampaignContext, deviceType: DeviceType, inAppType: InAppType)

Properties

campaignContext
Link copied to clipboard
val campaignContext: CampaignContext
campaignId
Link copied to clipboard
val campaignId: String
contextList
Link copied to clipboard
val contextList: List<String>
deviceType
Link copied to clipboard
val deviceType: DeviceType
inAppType
Link copied to clipboard
val inAppType: InAppType
inAppVersion
Link copied to clipboard
val inAppVersion: String
screenName
Link copied to clipboard
val screenName: String
triggerMeta
Link copied to clipboard
val triggerMeta: TriggerRequestMeta