Esempio n. 1
0
        //------------------------------------------------------------
        // Show Test Suite (not IAdClient method)
        //------------------------------------------------------------

        public void ShowTestSuite()
        {
#if EM_FAIRBID
            FairBid.ShowTestSuite();
#else
            Debug.LogError(NO_SDK_MESSAGE);
#endif
        }
Esempio n. 2
0
 /// <summary>
 /// Helper method for showing the test suite
 /// </summary>
 public void ShowTestSuite()
 {
     FairBid.ShowTestSuite();
 }