Terms

class Terms

This class provides functionality related to terms of use view.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
This is the method to check if terms view is being shown.
Link copied to clipboard
Request terms and conditions items list from Gamebase console.
Link copied to clipboard
open fun showTermsView(@NonNull activity: Activity, @Nullable callback: GamebaseDataCallback<GamebaseDataContainer>)
open fun showTermsView(@NonNull activity: Activity, @Nullable configuration: GamebaseTermsConfiguration, @Nullable callback: GamebaseDataCallback<GamebaseDataContainer>)
Show terms and conditions web view.
Link copied to clipboard
Send the agreement to the terms and conditions to the Gamebase server.