![]() |
Gamebase SDK for Android 2.50.0
NHN Cloud Gamebase Platform
|
This is the builder class for creating com.toast.android.gamebase.terms.GamebaseTermsConfiguration
objects.
More...
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... | |
This is the builder class for creating com.toast.android.gamebase.terms.GamebaseTermsConfiguration
objects.
An instance of this class can be created with the com.toast.android.gamebase.terms.GamebaseTermsConfiguration#newBuilder()
factory function.
GamebaseTermsConfiguration build | ( | ) |
This method creates an instance of com.toast.android.gamebase.terms.GamebaseTermsConfiguration
.
Builder enableFixedFontSize | ( | final boolean | enable | ) |
This method fixes the font size.
enable | fix font size of not. |
Builder setForceShow | ( | boolean | forceShow | ) |
Regardless of whether you agree to the terms and conditions, always display the terms ui.
The default value is false.
forceShow | Always display the terms ui or not. |