Observer
public fun interface Observer<T extends Object>
A simple callback that can receive from LiveData.
| See also | |
|---|---|
LiveData |
LiveData - for a usage description. |
public fun interface Observer<T extends Object>
A simple callback that can receive from LiveData.
| See also | |
|---|---|
LiveData |
LiveData - for a usage description. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.