//------------------------------------------------------------ // Show Test Suite (not IAdClient method) //------------------------------------------------------------ public void ShowTestSuite() { #if EM_FAIRBID FairBid.ShowTestSuite(); #else Debug.LogError(NO_SDK_MESSAGE); #endif }
/// <summary> /// Helper method for showing the test suite /// </summary> public void ShowTestSuite() { FairBid.ShowTestSuite(); }