Mobile SDKPromotion
Android Promotion
With AdStage Promotion, you can fetch promotions tailored to your users, or immediately open them with built-in UI. The examples below show both fetching a list and opening (rendering) immediately.
1. Full PromotionListParams sample
2. Open a promotion: openPromotion
openPromotion queries for promotions that match conditions and immediately renders/handles them in-app with UI.
3. Fetch promotion list: getPromotionList
getPromotionList fetches only the matching promotions. You render the UI yourself.
4. Notes
- Every parameter is nullable; if omitted, the query is unfiltered for that field.
openPromotionauto-renders with UI, whilegetPromotionListreturns only the list.

