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