View on GitHub

meta-android-sdk

Render Metaverse Experiences in your own apps

MetaverseSDK / io.gometa.sdk / Result / Success

Success

data class Success<out T> : Result<T>

Reports a success state for a pending result.

Constructors

<init> Success(data: T)
Reports a success state for a pending result.

Properties

data val data: T
The data reported by the opration.
isDone val isDone: Boolean
Whether or not this result reports a completed operation