express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/ExpressEmbedSdk/Companion

Companion


object Companion

Functions

Name Summary
getCCEverywhereInstance
fun getCCEverywhereInstance(): CCEverywhereInterface?
Returns the current active SDK instance if the SDK has been successfully initialized.
initialize
fun initialize(hostInfo: HostInfo, configParams: ConfigParams, authProvider: AuthProvider? = null, appContext: Context, sdkCallBacks: EmbedSdkCallbacks? = null, clientAuthProvider: ClientAuthProvider? = null): CCEverywhereInterface
This is the main API which is used for initializing the SDK. Please ensure to call this API only once.