Skip to content

Instantly share code, notes, and snippets.

@vizbee
Created March 13, 2024 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vizbee/66143c48bc0574db758095525e8cc20c to your computer and use it in GitHub Desktop.
Save vizbee/66143c48bc0574db758095525e8cc20c to your computer and use it in GitHub Desktop.

Instructions

  • Step 1 - Identify the component where Google IMA SDK is initialized in your app.
  • Step 2 - Include the VizbeeClient.brs as dependency in the xml of scene identified.
  • Step 3 - Pass imaSDK instance to Vizbee to monitor ad status as shown below
' Your app's dai implementation
Library "IMA3.brs"
imaSdk = New_IMASDK()
...
'Pass imaSDK instance to Vizbee to monitor ad status
VizbeeClient().monitorGoogleDAI(imaSdk)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment