public static class AgamaPlayerConfiguration.Builder extends Object
Modifier and Type | Method and Description |
---|---|
static AgamaPlayerConfiguration.Builder |
agamaPlayerConfiguration(String config)
Creates a builder for the Agama player configuration.
|
AgamaPlayerConfiguration.Builder |
application(String application)
Sets the name of your application.
|
AgamaPlayerConfiguration.Builder |
applicationVersion(String applicationVersion)
Sets the version of your application.
|
AgamaPlayerConfiguration |
build()
Builds the Agama player configuration.
|
AgamaPlayerConfiguration.Builder |
logLevel(AgamaLogLevel logLevel)
Sets the Agama log level.
|
AgamaPlayerConfiguration.Builder |
userAccountID(String userAccountID)
Sets the identifier of the user account.
|
public static AgamaPlayerConfiguration.Builder agamaPlayerConfiguration(String config)
config
- The Agama configuration, see AgamaPlayerConfiguration.config
. (NonNull)public AgamaPlayerConfiguration.Builder logLevel(AgamaLogLevel logLevel)
logLevel
- The AgamaLogLevel
. (NonNull)public AgamaPlayerConfiguration.Builder application(String application)
application
- The name of your application. (NonNull)public AgamaPlayerConfiguration.Builder applicationVersion(String applicationVersion)
applicationVersion
- The version of your application. (NonNull)public AgamaPlayerConfiguration.Builder userAccountID(String userAccountID)
userAccountID
- The identifier. (NonNull)public AgamaPlayerConfiguration build()