Companion
object Companion
Properties
Functions
Link copied to clipboard
The instance of the SalesforceSDKManager to use for this process
Link copied to clipboard
Indicates if a Salesforce SDK manager instance is initialized.
Link copied to clipboard
An internal initializer for the Salesforce mobile SDK.
Link copied to clipboard
fun initNative(context: Context, mainActivity: Class<out Activity>, loginActivity: Class<out Activity>)
fun initNative(context: Context, mainActivity: Class<out Activity>, loginActivity: Class<out Activity>? = null, nativeLoginActivity: Class<out Activity>)
Initializes required components. Native apps must call one overload of this method before using the Salesforce Mobile SDK.
Initializes required components with Salesforce App Attestation enabled. Native apps must call one overload of this method before using the Salesforce Mobile SDK.
Link copied to clipboard
Allow Kotlin subclasses to set themselves as the instance.