Content
Preparation
Remember, you need to configure and initialize the Magify Service to work with app features.
Overview
Often we want to load some content depending on ab-tests, or some user state. For this purpose, our SDK provides a convenient way to centrally manage content loading that can be changed dynamically.
Basic usage
We have a simple and transparent API for working with content:
- MagifyManager.Content.GetContentList tries to find content info by given parameters;
- MagifyManager.Content.GetEarliestContent tries to find content info by given parameters and tag 'earliest';
- MagifyManager.Content.GetLatestContent tries to find content info by given parameters and tag 'latest'.
Currenly Magify doesn't provide ready service for downloading of content, we only provide segmentation and information about content items. When you got ContentItem.