1package androidx.lifecycle { 2 3 public class LifecycleService extends android.app.Service implements androidx.lifecycle.LifecycleOwner { 4 ctor public LifecycleService(); 5 method public androidx.lifecycle.Lifecycle getLifecycle(); 6 method public android.os.IBinder onBind(android.content.Intent); 7 method public void onStart(android.content.Intent, int); 8 } 9 10 public class ServiceLifecycleDispatcher { 11 ctor public ServiceLifecycleDispatcher(androidx.lifecycle.LifecycleOwner); 12 method public androidx.lifecycle.Lifecycle getLifecycle(); 13 method public void onServicePreSuperOnBind(); 14 method public void onServicePreSuperOnCreate(); 15 method public void onServicePreSuperOnDestroy(); 16 method public void onServicePreSuperOnStart(); 17 } 18 19} 20 21