RequestHandlers

data class RequestHandlers(val onError: suspend (error: ActionError) -> Unit, val onSuccess: suspend (project: Project, isRecommended: Boolean, replacing: Project?, reqHandlers: RequestHandlers) -> Unit)

Constructors

Link copied to clipboard
constructor(onError: suspend (error: ActionError) -> Unit, onSuccess: suspend (project: Project, isRecommended: Boolean, replacing: Project?, reqHandlers: RequestHandlers) -> Unit)

Properties

Link copied to clipboard
val onError: suspend (error: ActionError) -> Unit
Link copied to clipboard
val onSuccess: suspend (project: Project, isRecommended: Boolean, replacing: Project?, reqHandlers: RequestHandlers) -> Unit