checkNativeAds abstract method

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

Checks if there are ads available for display in the specified format 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> checkNativeAds(
  AdFormat adFormat, {
  bool? useWaterfall,
});