/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.analytics/UserInfoRepository

UserInfoRepository

interface UserInfoRepository

Inheritors

UserInfoRepositoryImpl

Functions

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