//sdk/com.adobe.express.embedsdk/CCEverywhereInterface
interface CCEverywhereInterface
Main interface providing access to Adobe Express Embed SDK functionality. Entry point for all SDK operations including workflows and lifecycle management.
| Name | Summary |
|---|---|
| analyticsController | open val analyticsController: AnalyticsController? |
| internal | abstract val internal: InternalInterface? Internal SDK functionality for testing (null for External Clients) |
| module | open val module: ModuleWorkflowInterface? |
| quickAction | open val quickAction: QuickActionWorkflowInterface? |
| Name | Summary |
|---|---|
| activeWorkflow | abstract fun activeWorkflow(): ActionIntent? Returns the currently active workflow, if any. |
| close | abstract fun close(): Boolean Closes the current active workflow and cleans up resources. |