Skip to content

[interactive_media_ads] Expose getAdCuePoints() method in AdsManager #174405

@DavidDWiser

Description

@DavidDWiser

Use case

A well known use case would be to use the data from the mentioned method to present to the user ad break segments in a video progress bar or display a message in advance to prepare them for an ad break.

For example, it could prove useful recreating the following ad segments in UI:

Image

Proposal

Expose the Future<List<double>> getAdCuePoints() method in AdsManager so the user is able to retrieve the ad cue points.

I see that the method is partially implemented on the dart side and the package is communicating with the native side as seen here. Unless I'm missing something, I would assume that this should be a fairly simple addition.

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Flutterp: interactive_media_adsPlugin for IMA SDKpackageflutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions