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

android.os.Parcel.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 android.os

@Suppress("UNUSED_PARAMETER") // This is a stub
class Parcel {
    fun readString(): String? = throw NotImplementedError("Stub")
    fun writeString(value: String?): Unit = throw NotImplementedError("Stub")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy