Playmaker

Enable Playmaker

From Settings Window check Playmaker and press the Save button.

To initialize the SDK you have to drag and drop the InitializeGleyAds on your first scene of the project.

The prefab is located in Gley/MobileAds/Scripts/Internal/VisualScriptingSupport/Playmaker/Prefabs/InitializeGleyAds

Supported Playmaker Actions

  • HideBanner

  • HideMRec

  • IsAppOpenAvailable

  • IsInterstitialAvailable

  • IsRewardedInterstitialAvailable

  • IsRewardedVideoAvailable

  • RemoveAds

  • SetConsentToNo

  • SetConsentToYes

  • ShowAppOpen

  • ShowBanner

  • ShowBuiltInConsentPopup

  • ShowInterstitial

  • ShowMRec

  • ShowRewardedInterstitial

  • ShowRewardedVideo

  • UserConsentWasSet

The above Playmaker actions behavior is equivalent to corresponding methods from CompleteAPI.

An old integration tutorial is available on YouTube. We will try to update it as soon as possible but the implementation remains the same.

Last updated