Ad Support (Flutter)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
VideoFeed(
source: VideoFeedSource.discover,
videoFeedConfiguration: VideoFeedConfiguration(
showAdBadge: true,
),
);
FireworkSDK.getInstance().adBadgeConfiguration = AdBadgeConfiguration(
badgeTextType: AdBadgeTextType.ad,
backgroundColor: "#ff0000",
textColor: "#000000",
);