Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T, BACKED_BY> TypedSavedStateHandle.getLiveData(key: Key<T, BACKED_BY, *, *>): MutableLiveData<T>
fun <T, BACKED_BY> SavedStateHandle.getLiveData(key: AsyncKey<T, BACKED_BY, *, *>, scope: CoroutineScope): MutableLiveData<T>
fun <T, BACKED_BY> TypedSavedStateHandle.getLiveData(key: AsyncKey<T, BACKED_BY, *, *>, scope: CoroutineScope): MutableLiveData<T>
Link copied to clipboard
fun <T, BACKED_BY> SavedStateHandle.getStateFlow(key: AsyncKey<T, BACKED_BY, *, *>, scope: CoroutineScope, started: SharingStarted): StateFlow<T?>
fun <T, BACKED_BY> SavedStateHandle.getStateFlow(key: Key<T, BACKED_BY, *, *>, scope: CoroutineScope, started: SharingStarted): StateFlow<T>
fun <T, BACKED_BY> TypedSavedStateHandle.getStateFlow(key: AsyncKey<T, BACKED_BY, *, *>, scope: CoroutineScope, started: SharingStarted): StateFlow<T?>
fun <T, BACKED_BY> TypedSavedStateHandle.getStateFlow(key: Key<T, BACKED_BY, *, *>, scope: CoroutineScope, started: SharingStarted): StateFlow<T>
Link copied to clipboard
fun <T> SavedStateHandle.mutableStateFlow(key: AsyncBundleKey<T, *>, scope: CoroutineScope, debounceWrites: Duration = Duration.ZERO): MutableStateFlow<T?>
fun <T> SavedStateHandle.mutableStateFlow(key: BundleKey<T, *>, scope: CoroutineScope, debounceWrites: Duration = Duration.ZERO): MutableStateFlow<T>
fun <T> TypedSavedStateHandle.mutableStateFlow(key: AsyncBundleKey<T, *>, scope: CoroutineScope, debounceWrites: Duration = Duration.ZERO): MutableStateFlow<T?>
fun <T> TypedSavedStateHandle.mutableStateFlow(key: BundleKey<T, *>, scope: CoroutineScope, debounceWrites: Duration = Duration.ZERO): MutableStateFlow<T>
Link copied to clipboard
fun <T> SavedStateHandle.property(key: AsyncBundleKey<T, *>, scope: CoroutineScope): DelegateProperty<T?>
fun <T> TypedSavedStateHandle.property(key: AsyncBundleKey<T, *>, scope: CoroutineScope): DelegateProperty<T?>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard