//sdk/com.adobe.express.embedsdk/HostCallbackHandler
class HostCallbackHandler(hostCallbacks: Callbacks? = null)
| HostCallbackHandler | constructor(hostCallbacks: Callbacks? = null) |
| 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?) |