void Start() { if (Adsetus.IsAdLoaded()) { Adsetus.Init("YOUR_APP_ID"); } }
public void OnBtnClicked() { Adsetus.ShowAd(); }