CampaignRequest

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