Rainbow Android SDK
Toggle table of contents
Android
Target filter
Android
Switch theme
Search in API
Skip to content
Rainbow Android SDK
Rainbow Android SDK
/
com.ale.infra.rest.user
/
UserService
/
getCustomStatus
get
Custom
Status
@
GET
(
value
=
"/api/rainbow/enduser/v1.0/users/{userId}/custom-status"
)
abstract
suspend
fun
getCustomStatus
(
@
Path
(
value
=
"userId"
)
userId
:
String
)
:
RainbowResult
<
CustomStatus
>