aboutsummaryrefslogtreecommitdiff
path: root/lifecycle/service/api/2.1.0-rc01.txt
blob: a12d86eb28327231d58d064fb80e9b8917ec0b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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();
  }

}