4. Initialization and usage

Falcon Mediation will start and initialize automatically after UMP is displayed

Usage

Ads formats have been loaded automatically after Init. Functions :

  • Show banner :

public void FalconMediation.Instance.ShowBanner()
  • Hide banner :

public void FalconMediation.Instance.HideBanner()

Interstitial :

  • Check ad availability :

public bool FalconMediation.Instance.IsInterstitialReady()
  • Show Interstitial :

public void FalconMediation.Instance.ShowInterstitial(Action onInterstitialClosed = null,
Action onFail = null, string where = "", int level = 0)

Explanation of parameters :

RewardedVideo :

  • Check ad availability :

  • Show rewarded video :

Explanation of parameters :

App Open :

App open will be automatically called when switching from background to fogeground

Function to turn off App Open (for example, user buys Remove ads package):

Last updated