Mobile SDKPromotion
iOS Promotion
This guide explains how to open a promotion or fetch a promotion list using AdStagePromotionsHandler in an iOS app.
1. Base parameter class: PromotionListParams
2. Open a promotion (openPromotion)
Fetch promotions that match the conditions and immediately render/handle them with UI.
3. Get promotion list (getPromotionList)
Fetch only the promotions list that matches the conditions (render the UI yourself).
4. Notes
- All parameters are optional; when nil, the query is unfiltered for that field.
openPromotionautomatically renders with UI, whilegetPromotionListreturns data only.limitmust be an NSNumber. Example:params.limit = 5

