AppContextManager

object AppContextManager : IAppContextManager

The core API implementation that provides the basic functionality. Used to hold the event handler and send app context.

Functions

deInitialize
Link copied to clipboard
open override fun deInitialize(context: Context)
DeInitialize the Continuity SDK.
deleteAppContext
Link copied to clipboard
open override fun deleteAppContext(context: Context, contextId: String, callback: IAppContextResponse)
Delete app context to the host app(Link to Windows).
initialize
Link copied to clipboard
open override fun initialize(context: Context, appContextEventHandler: IAppContextEventHandler)
Initialize the Continuity SDK.
sendAppContext
Link copied to clipboard
open override fun sendAppContext(context: Context, appContext: AppContext, callback: IAppContextResponse)
Send app context to the host app(Link to Windows).
fun sendAppContext(context: Context, browserHistoryContext: BrowserHistoryContext, callback: IAppContextResponse)