ConfigModel
:Argument | Type | Required? | Description |
---|---|---|---|
checkoutPublicKey | string | Yes | The checkout public key, located in the Publisher Dashboard. In the sidebar menu, click Settings, then select the Integration tab. Copy the Checkout Public Key value. |
environment | string | Yes | The checkout environment. One of: - sandbox : For testing.- production : For live operations. |
customerId | string | Yes | The player ID. |
UpdateController
instance with the ConfigModel
:Argument | Type | Description |
---|---|---|
config | ConfigModel | Configuration options for the initialization. |
callback | IUpdateCallback | Interface callback. |
UpdateController
instance with the individual arguments:
Argument | Type | Description |
---|---|---|
environment | String | The checkout environment. One of: - sandbox : For testing.- production : For live operations. |
checkoutPublicKey | String | The checkout public key, located in the Publisher Dashboard. In the sidebar menu, click Settings, then select the Integration tab. Copy the Checkout Public Key value. |
customerId | String | The player ID. |
callback | IUpdateCallback | Interface callback. |