Gamebase SDK for Android  2.35.0
NHN Cloud Gamebase Platform
GamebaseTermsConfiguration.Builder Class Reference

This is the builder class for creating com.toast.android.gamebase.terms.GamebaseTermsConfiguration objects. More...

Collaboration diagram for GamebaseTermsConfiguration.Builder:
Collaboration graph

Public Member Functions

GamebaseTermsConfiguration build ()
 This method creates an instance of com.toast.android.gamebase.terms.GamebaseTermsConfiguration. More...
 
Builder setForceShow (boolean forceShow)
 Regardless of whether you agree to the terms and conditions, always display the terms ui. More...
 
Builder enableFixedFontSize (final boolean enable)
 This method fixes the font size. More...
 

Detailed Description

Member Function Documentation

◆ build()

This method creates an instance of com.toast.android.gamebase.terms.GamebaseTermsConfiguration.

Since
Added 2.33.0.
Returns
an instance of GamebaseTermsConfiguration

◆ enableFixedFontSize()

Builder enableFixedFontSize ( final boolean  enable)

This method fixes the font size.

Since
Added 2.35.0.
Parameters
enablefix font size of not.
Returns
The builder of configuration.

◆ setForceShow()

Builder setForceShow ( boolean  forceShow)

Regardless of whether you agree to the terms and conditions, always display the terms ui.

The default value is false.

Since
Added 2.33.0.
Parameters
forceShowAlways display the terms ui or not.
Returns
an instance of GamebaseTermsConfiguration