Home | History | Annotate | Download | only in api
      1 package androidx.lifecycle {
      2 
      3   public class ProcessLifecycleOwner implements androidx.lifecycle.LifecycleOwner {
      4     method public static androidx.lifecycle.LifecycleOwner get();
      5     method public androidx.lifecycle.Lifecycle getLifecycle();
      6   }
      7 
      8 }
      9 
     10