User Service
interface UserService
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun updateUserInfo(userInfo: UserInfoNetwork, integrations: List<UserIntegrationsNetwork>? = null): UserAuthResponse
Extensions
Link copied to clipboard
fun UserService.authUser(email: String, password: String, dispatcher: CoroutineDispatcher): Single<UserAuthResponse>
Link copied to clipboard
Link copied to clipboard
fun UserService.registerUser(email: String, password: String, dispatcher: CoroutineDispatcher): Single<UserAuthResponse>
Link copied to clipboard
fun UserService.resetPassword(email: String, phoneNetwork: UserPhoneNetwork, dispatcher: CoroutineDispatcher): Single<StatusResponse>
Link copied to clipboard
fun UserService.updateUserInfo(userInfo: UserInfoNetwork, integrations: List<UserIntegrationsNetwork>? = null, dispatcher: CoroutineDispatcher): Single<UserAuthResponse>