Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class CoroutineUtil
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Semantic Version 2.0.0 ( https://semver.org/ ) : {MAJOR}.{MINOR}.{PATCH}
Link copied to clipboard
Helps getting permissions
Link copied to clipboard
Link copied to clipboard
class StringUtil
Functions
Link copied to clipboard
Link copied to clipboard
fun getBooleanMetaData(context: Context, key: String, defaultValue: Boolean, showErrorLog: Boolean = true): Pair<Boolean, GamebaseException?>
Link copied to clipboard
Link copied to clipboard
fun getStringMetaData(context: Context, key: String, defaultValue: String?, showErrorLog: Boolean = true): Pair<String?, GamebaseException?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun loadBooleanResource(context: Context, key: String, defaultValue: Boolean, showErrorLog: Boolean = true): Pair<Boolean, GamebaseException?>
Link copied to clipboard
Link copied to clipboard
fun loadStringResource(context: Context, key: String, defaultValue: String?, showErrorLog: Boolean = true): Pair<String?, GamebaseException?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard