public interface ValidatableSdkAdditionalData extends SdkAdditionalData
| Modifier and Type | Method and Description |
|---|---|
void |
checkValid(SdkModel sdkModel)
Checks if the SDK properties are configured correctly, and throws an exception
if they are not.
|
void checkValid(SdkModel sdkModel) throws ConfigurationException
sdkModel - the model containing all configured SDKs.ConfigurationException - if the SDK is not configured correctly.