NetworkFactory

Factory owned by :sdk-networking. The :sdk umbrella calls create from MCPFeedback.initialize() to build repository impls and hand them to SdkComponent.configure(...). Keeps :sdk-core free of HttpURLConnection / OkHttp knowledge — AND-DEP / Phase 31 module graph edge compliance.

Types

Link copied to clipboard
data class Bundle(val feedback: FeedbackRepository, val upload: UploadRepository, val siteConfig: SiteConfigRepository)

Functions

Link copied to clipboard
fun create(apiKey: String, siteKey: String, baseUrl: String): NetworkFactory.Bundle