Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.63 KB

SDKConfig.md

File metadata and controls

39 lines (27 loc) · 1.63 KB

SDKConfig

The class to configure the SDK.

Methods

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

Inner Static Classes

Class
Builder

Builder

The Builder class to build SDKConfig

Constructors

Constructor Description
Builder Creates a Builder class instance.

Methods

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