express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/CCEverywhereInterface

CCEverywhereInterface


interface CCEverywhereInterface

Main interface providing access to Adobe Express Embed SDK functionality. Entry point for all SDK operations including workflows and lifecycle management.

Properties

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?

Functions

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.