Interface SavedStateHandleContainer
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface SavedStateHandleContainer
Implement this in any view model or class that contains a SavedStateHandle.
-
-
Method Summary
Modifier and Type Method Description abstract SavedStateHandlegetSavedStateHandle()-
-
Method Detail
-
getSavedStateHandle
abstract SavedStateHandle getSavedStateHandle()
-
-
-
-