android.os.Bundle.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stubs Show documentation
Show all versions of stubs Show documentation
Exercise is an annotation processor for Kotlin Android projects. Exercise makes it possible to pass intent extras easily and correctly.
package android.os
@Suppress("UNUSED_PARAMETER") // This is a stub
class Bundle {
operator fun get(key: String): Any? = throw NotImplementedError("Stub")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy