Advertisement
StarCore95

Untitled

Jun 18th, 2025
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. import bridge, { EAdsFormats } from '@vkontakte/vk-bridge';
  2.  
  3. await bridge.send("VKWebAppInit");
  4.  
  5. setInterval(async () => {
  6.   console.log(
  7.     await bridge.send("VKWebAppCheckNativeAds", {
  8.       ad_format: EAdsFormats.INTERSTITIAL,
  9.     }),
  10.   );
  11. }, 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement