Ejemplo n.º 1
0
 private void LegacyCleanup()
 {
     MoPubUpgradeMigration.DoSDKMigration();
     legacyMoPub = MoPubUpgradeMigration.LegacyMoPubPresent();
 }
Ejemplo n.º 2
0
 void OnEnable()
 {
     legacyMoPub     = MoPubUpgradeMigration.LegacyMoPubPresent();
     legacyMediation = MoPubUpgradeMigration.LegacyMediationPresent();
     coroutine       = this.StartCoroutine(GetSDKVersions());
 }