CreateUserResult

The result of a createUser call.

Inheritors

Types

Link copied to clipboard

The call to create user failed, due to reason.

Link copied to clipboard
Link copied to clipboard
data class Success(val user: User) : UserService.CreateUserResult

The new user profile that has just been created.

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)