Success

data class Success(val data: List<ScanResult>) : NetworkState

Success is a data class that represents the success state of the network.

Parameters

data

The data that is returned from the network.

Constructors

Link copied to clipboard
constructor(data: List<ScanResult>)

Properties

Link copied to clipboard