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
/
fetchAvailableThemes
fetch
Available
Themes
@
GET
(
value
=
"/api/rainbow/enduser/v1.0/themes"
)
abstract
suspend
fun
fetchAvailableThemes
(
@
Query
(
value
=
"format"
)
format
:
String
=
"full"
)
:
RainbowResult
<
List
<
RainbowTheme
>
>