Campaigns
Here you will be able to find various campaigns API:
- CampaignsProvider provides functionality to request campaigns;
- LimitedTimeOfferProvider provides information about LTO's;
- ICampaign is the interface that all campaigns implemtent;
- ICampaignWithCreative extends ICampaign and determines that this campaign has a creative;
- ICampaignWithProducts extends ICampaign and determines that this campaign has products;
- LimitedTimeOfferBase provides a simple and basic format for working with offers;
- ICampaignHandler defines the structure for campaign handlers.