LifecycleObserver
interface LifecycleObserver
androidx.lifecycle.LifecycleObserver |
Marks a class as a LifecycleObserver. It does not have any methods, instead, relies on OnLifecycleEvent
annotated methods.
interface LifecycleObserver
androidx.lifecycle.LifecycleObserver |
Marks a class as a LifecycleObserver. It does not have any methods, instead, relies on OnLifecycleEvent
annotated methods.
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.