-
- All Implemented Interfaces:
public class AgamaPlayerConfiguration.Builder
The builder for the Agama player configuration.
-
-
Constructor Summary
Constructors Constructor Description AgamaPlayerConfiguration.Builder(String config)
Creates a builder for the Agama player configuration.
-
Method Summary
Modifier and Type Method Description AgamaPlayerConfiguration.Builder
logLevel(@NonNull() AgamaLogLevel logLevel)
Sets the Agama log level. AgamaPlayerConfiguration.Builder
application(@NonNull() String application)
Sets the name of your application. AgamaPlayerConfiguration.Builder
applicationVersion(@NonNull() String applicationVersion)
Sets the version of your application. AgamaPlayerConfiguration.Builder
userAccountID(@NonNull() String userAccountID)
Sets the identifier of the user account. AgamaPlayerConfiguration
build()
Builds the Agama player configuration. -
-
Method Detail
-
logLevel
@NonNull() AgamaPlayerConfiguration.Builder logLevel(@NonNull() AgamaLogLevel logLevel)
Sets the Agama log level.
- Parameters:
logLevel
- The AgamaLogLevel.
-
application
@NonNull() AgamaPlayerConfiguration.Builder application(@NonNull() String application)
Sets the name of your application.
- Parameters:
application
- The name of your application.
-
applicationVersion
@NonNull() AgamaPlayerConfiguration.Builder applicationVersion(@NonNull() String applicationVersion)
Sets the version of your application.
- Parameters:
applicationVersion
- The version of your application.
-
userAccountID
@NonNull() AgamaPlayerConfiguration.Builder userAccountID(@NonNull() String userAccountID)
Sets the identifier of the user account.
- Parameters:
userAccountID
- The identifier.
-
build
@NonNull() AgamaPlayerConfiguration build()
Builds the Agama player configuration.
-
-
-
-