This is the method to check if terms view is being shown.
public void IsShowingTermsView()
{
Debug.Log(string.Format("isShowingTermsView:{0}", isShowingTermsView));
}
static bool IsShowingTermsView()
This is the method to check if terms view is being shown.
Definition Gamebase.cs:4015
Displays the terms and conditions set in the Gamebase console.
Definition Gamebase.cs:3854
The Gamebase class is core of Gamebase service.
Definition Gamebase.cs:11