| package android.arch.lifecycle { |
| |
| public class LifecycleService extends android.app.Service implements android.arch.lifecycle.LifecycleOwner { |
| ctor public LifecycleService(); |
| method public android.arch.lifecycle.Lifecycle getLifecycle(); |
| method public android.os.IBinder onBind(android.content.Intent); |
| method public void onStart(android.content.Intent, int); |
| } |
| |
| public class ServiceLifecycleDispatcher { |
| ctor public ServiceLifecycleDispatcher(android.arch.lifecycle.LifecycleOwner); |
| method public android.arch.lifecycle.Lifecycle getLifecycle(); |
| method public void onServicePreSuperOnBind(); |
| method public void onServicePreSuperOnCreate(); |
| method public void onServicePreSuperOnDestroy(); |
| method public void onServicePreSuperOnStart(); |
| } |
| |
| } |
| |