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
on Click
The action to execute when the description clicked