...
Show the Ad
Use the R89OutStream(configurationId:...,)
widget provided by the SDK to display a video ad.
Code Block | ||
---|---|---|
| ||
@override Widget build(BuildContext context) => Scaffold( appBar: ..., body: Column(children: [ ... R89OutStream( configurationId: ConfigBuilder.videoOutStreamTestR89ConfigId), ... ],), ); |
...