/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.analytics/UserInfoRepositoryImpl

UserInfoRepositoryImpl

\ class UserInfoRepositoryImpl : UserInfoRepository

Constructors

UserInfoRepositoryImpl constructor()

Functions

Name Summary
clearUserInfo open override fun clearUserInfo(plannedURL: String): Completable
getUserInfo open override fun getUserInfo(plannedURL: String): Observable<UserInfo>
If there's no UserInfo present in the repository, it returns an Observable which emits nothing.
setUserInfo open override fun setUserInfo(plannedURL: String, userInfo: UserInfo): Observable<Unit>