Package-level declarations

Types

Link copied to clipboard
class ClientSupplier(context: Context, uiModeManager: UiModeManager, base64JwtDecoder: Base64JwtDecoder, credentialsProvider: CredentialsProvider, version: String)
Link copied to clipboard
interface EventReporter

Entry point to report events.

Link copied to clipboard
class EventReporterModuleRoot(context: Context, connectivityManager: ConnectivityManager, userSupplier: UserSupplier, clientSupplier: ClientSupplier, okHttpClient: OkHttpClient, gson: Gson, uuidWrapper: UUIDWrapper, trueTimeWrapper: TrueTimeWrapper, eventSender: EventSender, coroutineScope: CoroutineScope)
Link copied to clipboard
class UserSupplier(base64JwtDecoder: Base64JwtDecoder, credentialsProvider: CredentialsProvider, userClientIdSupplier: () -> Int?)