EventCallback

interface EventCallback<ErrorType>

callback interface for event request

Functions

Link copied to clipboard
abstract fun onError(dialogRequestId: String, errorType: ErrorType)

Called when error occur for event request

Link copied to clipboard
abstract fun onSuccess(dialogRequestId: String)

Called when receive response for event request