ConfigScope
Overview
Allows you to control scopes of config that will be loaded with the next requests to the server.
Members:
None
- default, use it if you want to load all the content of config.ConfigScope.Segmentations
andConfigScope.AbTests
won't be included in request if this was set. You have to request them manually;
Limits
- responsible for campaigns and application limits;ProductIds
- responsible for storing a list of current products. You should realize, that this scope content is using by Magify SDK internally (for external purchases, subscription status and others), so you should be careful and request this scope at least once;Content
- responsible for storing a list of current content url's;Campaigns
- responsible for storing main campaigns-related info;AppFeatures
- responsible for storing all the value app features;StoredAppFeatures
- responsible for storing a stored app features info.Segmentations
- responsible for stiring a info about user's segmentation;AbTests
- responsible for storing a info about user's A/B-tests;