-
public final class Sdk
SDK provides access to build time and runtime configuration.
-
-
Method Summary
Modifier and Type Method Description static String
getVersionName()
Gets build version name of the SDK. static String
makeHttpUserAgent(@NonNull() String playerName, @Nullable() String suffix)
Builds the HTTP user agent string that will used in the HTTP requests. -
-
Method Detail
-
getVersionName
@NonNull() static String getVersionName()
Gets build version name of the SDK.
-
-
-
-