LogInResult

sealed class LogInResult : Parcelable

Contains the result of a call to logIn.

Inheritors

Types

Link copied to clipboard
data class Failure(val serviceIdentifier: EmspIdentifier, val reason: AuthenticationError) : EvChargingMediatorService.LogInResult

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

Link copied to clipboard
data class Success(val serviceIdentifier: EmspIdentifier) : EvChargingMediatorService.LogInResult

Indicates that the request to the serviceIdentifier service was successful.

Inherited functions

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