Connection Procedure Step

data class ConnectionProcedureStep(val title: String, val description: String, val onClick: () -> Unit? = null)

The ConnectionProcedureStep is used represent a single step for the connection procedure

Author

N7ghtm4r3 - Tecknobit

Parameters

title

The title of the step

description

The description of the step

onClick

The action to execute when the description clicked

Constructors

Link copied to clipboard
constructor(title: String, description: String, onClick: () -> Unit? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val onClick: () -> Unit? = null
Link copied to clipboard