...
Code Block | ||
---|---|---|
| ||
class MainPage extends StatefullWidget { ... @override Widget build(BuildContext context) { return Scaffold( body: ListView( children: [ ... R89Tag( tag: 'bannerplay_video_trailer_tag', child: PaddingListTile( padding: const EdgeInsets.all(8.0),... childtitle: const Text( 'Single Tag: All-in-One\nAd Management Solution for Publishers''Play Video'), onTap: () => playVideoTrailer(), ), ), ... ], ), ); } } |
Info |
---|
In this example an interstitial would be triggered when the button is pressed and when the interstitial is closed the |