Z T User Service Impl
class ZTUserServiceImpl(retrofit: Retrofit) : ZTApiService<ZTUserServiceDefinition> , ZTUserService
Content copied to clipboard
ZTUserServiceImpl
Author
Alexandre Lemoult <a.lemoult@zhortech.com>
Constructors
ZTUserServiceImpl
Link copied to clipboard
Functions
attributes
Link copied to clipboard
open override fun attributes(userId: String?, attributes: Map<String, Any>): Completable
Content copied to clipboard
deleteUser
Link copied to clipboard
exist
Link copied to clipboard
open override fun exist(attributeName: String, attributeValue: String): Observable<ApiResponseModel.ExistResponse>
Content copied to clipboard
firmwareUpdated
Link copied to clipboard
open override fun firmwareUpdated(code: String, arch: String, version: String): Completable
Content copied to clipboard
getAchievements
Link copied to clipboard
getAppAttributes
Link copied to clipboard
getProfileImage
Link copied to clipboard
getPublicUserIpAddress
Link copied to clipboard
orgCodeExist
Link copied to clipboard
open override fun orgCodeExist(orgCode: String): Single<ApiResponseModel.OrgCodeExistResponse>
Content copied to clipboard
postProfileImage
Link copied to clipboard
recoverByAttribute
Link copied to clipboard
open override fun recoverByAttribute(attributeName: String, attributeValue: String): Completable
Content copied to clipboard
updatePushNotificationToken
Link copied to clipboard
open override fun updatePushNotificationToken(token: String): Completable
Content copied to clipboard