Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches

◆ IsShowingTermsView()

static bool IsShowingTermsView ( )
static

This is the method to check if terms view is being shown.

Since
Added 2.35.0.
Returns
Whether the terms view is currently show.

Example Usage :

public void IsShowingTermsView()
{
bool isShowingTermsView = Gamebase.Terms.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