- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PlatformInitializer (0.08 seconds)
-
okhttp/src/androidMain/kotlin/okhttp3/internal/platform/PlatformInitializer.kt
import android.content.Context import androidx.startup.Initializer /** * Androidx Startup initializer to ensure that the AndroidPlatform has access to the application context. */ class PlatformInitializer : Initializer<Platform> { override fun create(context: Context): Platform { PlatformRegistry.applicationContext = context return Platform.get() }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Dec 31 14:50:53 GMT 2024 - 1K bytes - Click Count (1) -
okhttp/src/androidMain/AndroidManifest.xml
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Dec 31 14:50:53 GMT 2024 - 604 bytes - Click Count (0)