rememberStackViewState
fun rememberStackViewState(@IdRes stackViewId: Int, items: RemoteViewsCompat.RemoteCollectionItems): AdapterViewAnimatorState
Creates and remembers the remoteAdapter state for a StackView populated with androidx.core.widget.RemoteViewsCompat.RemoteCollectionItems.
fun rememberStackViewState(@IdRes stackViewId: Int, items: RemoteViews.RemoteCollectionItems): AdapterViewAnimatorState
Creates and remembers the remoteAdapter state for a StackView populated with android.widget.RemoteViews.RemoteCollectionItems.
Creates and remembers the remoteAdapter state for a StackView populated with a RemoteViewsService.