Success

class Success<T : Any> : Response<T>

Represents a successful response from a network request done by the SDK.

Parameters

T

the type of the result

Properties

Link copied to clipboard
val data: T

the data containing the result