toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map-gpt
/
com.mapbox.navigation.mapgpt
/
MapGptProfileRepository
Map
Gpt
Profile
Repository
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
class
MapGptProfileRepository
(
scope
:
CoroutineScope
,
defaultProfile
:
String
)
Members
Constructors
Map
Gpt
Profile
Repository
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
,
defaultProfile
:
String
)
Properties
profile
Id
Link copied to clipboard
val
profileId
:
StateFlow
<
String
>
show
Message
Link copied to clipboard
val
showMessage
:
Flow
<
Int
>
Functions
set
Profile
Id
Link copied to clipboard
fun
setProfileId
(
profile
:
String
)