OnElementSelectedCallback

interface OnElementSelectedCallback : EventCallback<DisplayInterface.ErrorType>

callback interface for setElementSelected

Functions

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