示例#1
0
 public void StartTestSession()
 {
     TestApp.Log("TestLibrary -> StartTestSession()");
     TestLibraryBridgeiOS.StartTestSession(Adjust.getSdkVersion());
 }
示例#2
0
 public void StartTestSession()
 {
     TestApp.Log("TestFactory -> StartTestSession()");
     TestLibraryBridgeiOS.StartTestSession(TestApp.CLIENT_SDK);
 }