Exemplo n.º 1
0
 public void SetTestDeviceIds(List <string> testDeviceIds)
 {
     _testDeviceIds = testDeviceIds;
     string[] testDeviceIdsArray = new string[testDeviceIds.Count];
     testDeviceIds.CopyTo(testDeviceIdsArray);
     CASExterns.CASUSetTestDeviceWithIds(testDeviceIdsArray, testDeviceIds.Count);
 }
Exemplo n.º 2
0
 public void RestartInterstitialInterval()
 {
     CASExterns.CASURestartInterstitialInterval();
 }