CreateUserProfileResult

sealed class CreateUserProfileResult : Parcelable

The result of createUserProfile call.

Types

Link copied to clipboard
Link copied to clipboard

The reason of the failure.

Link copied to clipboard
data class Success(val id: Uid<UserProfile>) : UserProfileManagementService.CreateUserProfileResult

The new user profile with id has been created.

Inherited functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard