Class TitaniumDRMConfiguration.Builder
-
- All Implemented Interfaces:
public final class TitaniumDRMConfiguration.BuilderThe builder for the Titanium DRM configuration.
-
-
Constructor Summary
Constructors Constructor Description TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>friendlyName(String friendlyName)Sets the friendly name of the customer. final <Error class: unknown class>authToken(String authToken)Sets the authentication token. final <Error class: unknown class>playready(KeySystemConfiguration playready)Sets the PlayReady key system configuration. final <Error class: unknown class>widevine(KeySystemConfiguration widevine)Sets the Widevine key system configuration. final <Error class: unknown class>version(String version)Sets the Titanium version. final TitaniumDRMConfigurationbuild()Builds the Titanium DRM configuration. -
-
Constructor Detail
-
TitaniumDRMConfiguration.Builder
TitaniumDRMConfiguration.Builder(String accountName, String customerName, String portalId)
- Parameters:
accountName- The account name, see TitaniumDRMConfiguration.accountName for more information.customerName- The customer name, see TitaniumDRMConfiguration.customerName for more information.portalId- The identifier of the portal, see TitaniumDRMConfiguration.portalId for more information.
-
-
Method Detail
-
friendlyName
final <Error class: unknown class> friendlyName(String friendlyName)
Sets the friendly name of the customer.
- Parameters:
friendlyName- The friendly name of the customer, see TitaniumDRMConfiguration.friendlyName for more information.
-
authToken
final <Error class: unknown class> authToken(String authToken)
Sets the authentication token.
- Parameters:
authToken- The authentication token, see TitaniumDRMConfiguration.authToken for more information.
-
playready
final <Error class: unknown class> playready(KeySystemConfiguration playready)
Sets the PlayReady key system configuration.
- Parameters:
playready- The PlayReady key system configuration.
-
widevine
final <Error class: unknown class> widevine(KeySystemConfiguration widevine)
Sets the Widevine key system configuration.
- Parameters:
widevine- The Widevine key system configuration.
-
version
final <Error class: unknown class> version(String version)
Sets the Titanium version.
- Parameters:
version- The titanium version, see TitaniumDRMConfiguration.version for more information.
-
build
final TitaniumDRMConfiguration build()
Builds the Titanium DRM configuration.
-
-
-
-