Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ConversationIdRepository(storage: Storage, authenticationRepository: AuthenticationRepository)
Link copied to clipboard
class MapGptOwner(mapGptCore: MapGptCore, mapGptApiTokens: MapGptApiTokens, mapGptSettings: MapGptSettings, sessionIdRepository: SessionIdRepository, conversationIdRepository: ConversationIdRepository, profileRepository: MapGptProfileRepository, serviceCapabilitiesRepository: MapGptServiceCapabilitiesRepository, endpointRepository: MapGptEndpointRepository, mapGptContextProvider: MapGptContextProvider, mapGptReplayController: MapGptReplayController, mapGptAnalytics: MapGptAnalytics, languageRepository: LanguageRepository, player: Player, sharedReachability: SharedReachability) : MapGptReplayEventConsumer
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
inline fun <T : SessionFrame.SendEvent.Body> MapGptServiceEvents.activeConversationEvents(): Flow<T>