toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt.useroutput
/
MapGptAvatarSettingsRepository
Map
Gpt
Avatar
Settings
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
MapGptAvatarSettingsRepository
(
debugModeRepository
:
DebugModeRepository
)
Members
Constructors
Map
Gpt
Avatar
Settings
Repository
Link copied to clipboard
constructor
(
debugModeRepository
:
DebugModeRepository
)
Properties
available
Avatars
Link copied to clipboard
val
availableAvatars
:
StateFlow
<
Set
<
MapGptAvatar
>
>
current
Avatar
Link copied to clipboard
val
currentAvatar
:
Flow
<
MapGptAvatar
>
Functions
get
Avatar
Link copied to clipboard
fun
getAvatar
(
)
:
MapGptAvatar
set
Avatar
Link copied to clipboard
fun
setAvatar
(
avatar
:
MapGptAvatar
)