MagifyManager․Content

Overview

This part of the MagifyManager provides access to operations with content via ContentItem.

GetContentList

List<ContentItem> GetContentList(
    string group,
    string key,
    List<string> tags = null
)

Tries to find content info by given parameters.

GetEarliestContent

ContentItem GetEarliestContent(string group, string key)

Tries to find content info by given parameters and tag 'earliest'.

GetLatestContent

ContentItem GetLatestContent(string group, string key)

Tries to find content info by given parameters and tag 'latest'.

Related articles

Magify settings

Campaigns

RewardProduct

LimitedTimeOfferProvider

CampaignsProvider

Features Provider