Configuration

interface Configuration : Parcelable

Configuration used to create a CoreClient instance.

See also

https://help.salesforce.com/s/articleView?id=sf.faq_getstart_what_languages_does.htm&type=5

Samples

Inheritors

Properties

Link copied to clipboard
abstract val developerName: String

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

Link copied to clipboard
abstract val isUserVerificationRequired: Boolean

Denotes the deployment as being configured for verified users.

Link copied to clipboard
abstract val organizationId: String

Your Salesforce org ID.

Link copied to clipboard
abstract val remoteLocaleMap: Map<String, String>

The localization map used for resolving the language for custom labels returned when requesting a RemoteConfiguration

Link copied to clipboard
abstract val serviceAPI: URL

The service API endpoint URL.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)