com.medallia.mxo.configuration
All of APIs listed on this page are in the com.medallia.mxo.configuration
package.
MXOConfiguration
The configuration object for the MXO SDK.
Property | Type | Description |
---|---|---|
siteKey | String? | The MXO workspace to configure the SDK with. |
touchpoint | URI? | The MXO Touchpoint to configure the SDK with. |
host | URI? | The MXO host to send data to. |
mode | MXOMode? | The Mode of the MXO SDK. |
Create an instance using the Builder as shown below:
MXOMode
The Mode to run the MXO SDK in.
Enum | Description |
---|---|
ADMIN | Used for designing and editing MXO entities. |
USER | Used for release applications. |