Declare the Ad UI
Before you can display ads, you need to add the AdView to your app's layout according to the position that suits the purpose.
Linear TV (incl. FAST)
3 items
VOD (Video On Demand)
2 items
Advanced Ad Formats
1 item
Implement an Interface for Passing Video Player
For linear channels or VOD, you must pass information about the video player used for content playback to the SDK.
Define extraParams
Providing additional parameters to the SDK when requesting an ad helps the SDK deliver the most relevant ad.
Changes to FlowerAdsManagerListener
Due to updates in the method signatures of FlowerAdsManagerListener, you must add the following empty method implementation to your existing listener code.