showNativeAds abstract method

Future<VKWebAppBoolResult> showNativeAds(
  1. AdFormat adFormat, {
  2. bool? useWaterfall,
})

Shows full-screen ads to the user adFormat - type of advertisement useWaterfall - Only for adFormat = reward. Whether to use the interstitial advertising mechanism when there is no rewarded video

Platforms: Android, iOS, Web, Mobile Web

Implementation

Future<VKWebAppBoolResult> showNativeAds(
  AdFormat adFormat, {
  bool? useWaterfall,
});