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

android.app.Application.kt Maven / Gradle / Ivy

Go to download

The Firebase Java SDK is a pure java port of the Firebase Android SDK to run in clientside java environments such as the desktop.

The newest version!
package android.app

import android.content.ComponentCallbacks
import android.content.Context

class Application : Context() {
    var minSdkVersion: Int = 0
    var targetSdkVersion: Int = 0

    fun registerActivityLifecycleCallbacks(callbacks: ActivityLifecycleCallbacks) {
    }

    fun registerComponentCallbacks(callbacks: ComponentCallbacks) {
    }

    interface ActivityLifecycleCallbacks
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy