CoreConfiguration

constructor(serviceAPI: String, organizationId: String, developerName: String, isUserVerificationRequired: Boolean = false)

Creates a configuration object that is used to create a CoreClient instance.

Parameters

serviceAPI

The service API endpoint URL.

organizationId

Your Salesforce org ID.

developerName

The API Name for the embedded service deployment associated with this configuration.

isUserVerificationRequired

Denotes the deployment as being configured for verified users.


constructor(@Json(name = "Url") serviceAPI: URL, @Json(name = "OrganizationId") organizationId: String, @Json(name = "DeveloperName") developerName: String, isUserVerificationRequired: Boolean = false)

Parameters

serviceAPI

The service API endpoint URL.

organizationId

Your Salesforce org ID.

developerName

The API Name for the embedded service deployment associated with this configuration.

isUserVerificationRequired

Denotes the deployment as being configured for verified users.