blob: 4df39f4bb838db0aeda9b07df57eba91a096c1d8 [file] [log] [blame]
// Signature format: 3.0
package androidx.lifecycle {
public class LifecycleService extends android.app.Service implements androidx.lifecycle.LifecycleOwner {
ctor public LifecycleService();
method public androidx.lifecycle.Lifecycle! getLifecycle();
method @CallSuper public android.os.IBinder? onBind(android.content.Intent!);
method @CallSuper public void onStart(android.content.Intent!, int);
}
public class ServiceLifecycleDispatcher {
ctor public ServiceLifecycleDispatcher(androidx.lifecycle.LifecycleOwner);
method public androidx.lifecycle.Lifecycle! getLifecycle();
method public void onServicePreSuperOnBind();
method public void onServicePreSuperOnCreate();
method public void onServicePreSuperOnDestroy();
method public void onServicePreSuperOnStart();
}
}