The class to configure the SDK.
Return Type |
Method |
Description |
Boolean |
getAutoRefreshFields() |
The method to get the value of SDKConfig autoRefreshFields |
Boolean |
getPickListValidation() |
The method to get the value of SDKConfig pickListValidation |
The Builder class to build SDKConfig
Constructor |
Description |
Builder |
Creates a Builder class instance. |
Return Type |
Method |
Description |
Builder |
setAutoRefreshFields() |
The method to set the value of SDKConfig autoRefreshFields |
Builder |
setPickListValidation() |
The method to set the value of SDKConfig pickListValidation |
SDKConfig |
build() |
The method to build the SDKConfig instance |
source