Configuration

interface Configuration : Parcelable

Configuration used to create a CoreClient instance.

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 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)