android.app.Service.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.app
import android.content.Context
abstract class Service : Context()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy