LogInResult

sealed class LogInResult : Parcelable

Contains the result of a call to logIn.

Inheritors

Types

Link copied to clipboard

Indicates that the request failed. The reason for the failure is provided in reason.

Link copied to clipboard

Indicates the login process could be started.

Inherited functions

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