//sdk/com.adobe.express.embedsdk/ExpressEmbedSdk/Companion
object Companion
| 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. |