SuccessResult

class SuccessResult<out T>(val result: T) : SendbirdEventState<T>

Represents the success state with the result.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(result: T)

Properties

Link copied to clipboard
val result: T

The result of the event.