Skip to content

MediaView have no easy way to track if ads playing #60

Open
@TrueRokuDev

Description

@TrueRokuDev

There is no way to track if Ads is playing without any tricks. It would be nice to put some interface to track it.
You are tracking this to set some states in ContentManagerMedia.brs:
sub OnRAFPlayingAds(event as Object) isPlayingAds = event.GetData() if isPlayingAds SetState("RAFPlaying") else SetState("RAFSuccess") end if end sub
I think it's a good place to provide developer info if ads playback is in process.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions