express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/HostCallbackHandler

HostCallbackHandler


class HostCallbackHandler(hostCallbacks: Callbacks? = null)

Constructors

   
HostCallbackHandler
constructor(hostCallbacks: Callbacks? = null)

Functions

Name Summary
onCancel
fun onCancel(reason: CancelReason)
onError
fun onError(error: CCEverywhereError)
onEvent
fun onEvent(data: HostEventData)
onLoad
fun onLoad()
onLoadInit
fun onLoadInit()
onLoadInitBegin
fun onLoadInitBegin()
onLoadStart
fun onLoadStart()
onLoadStartBegin
fun onLoadStartBegin()
onPublish
fun onPublish(intent: ActionIntent, publishParams: PublishParams)
onPublishStart
fun onPublishStart()
onSessionFinished
fun onSessionFinished(forIntent: ActionIntent?)
onWarmupComplete
fun onWarmupComplete(forIntent: ActionIntent?)