All Downloads are FREE. Search and download functionalities are using the official Maven repository.

androidx.os.BundleOf.kt Maven / Gradle / Ivy

Go to download

Exercise is an annotation processor for Kotlin Android projects. Exercise makes it possible to pass intent extras easily and correctly.

There is a newer version: 0.12.0
Show newest version
package androidx.core.os

import android.os.Bundle

@Suppress("UNUSED_PARAMETER") // This is a stub
fun bundleOf(vararg pairs: Pair): Bundle = throw NotImplementedError("Stub")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy