Z T User Service
interface ZTUserService
Content copied to clipboard
ZTUserService
Author
Alexandre Lemoult <a.lemoult@zhortech.com>
Functions
attributes
Link copied to clipboard
abstract fun attributes(userId: String? = null, attributes: Map<String, Any>): Completable
Content copied to clipboard
deleteUser
Link copied to clipboard
exist
Link copied to clipboard
abstract fun exist(attributeName: String, attributeValue: String): Observable<ApiResponseModel.ExistResponse>
Content copied to clipboard
firmwareUpdated
Link copied to clipboard
abstract 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
abstract fun orgCodeExist(orgCode: String): Single<ApiResponseModel.OrgCodeExistResponse>
Content copied to clipboard
postProfileImage
Link copied to clipboard
recoverByAttribute
Link copied to clipboard
abstract fun recoverByAttribute(attributeName: String, attributeValue: String): Completable
Content copied to clipboard
updatePushNotificationToken
Link copied to clipboard
Inheritors
ZTUserServiceImpl
Link copied to clipboard