In-App UI
Android (Kotlin)
UI components
Components
Kotlin SDK pre-built components
How to use Knock's UI components in your Android application.
InAppFeedView#
Overview#

InAppFeedView
is a Kotlin Compose view that renders the in-app notifications feed using data from InAppFeedViewModel
. It provides a customizable and interactive user interface for displaying notifications.
Properties#
viewModelInAppFeedViewModel
The ViewModel containing the logic for the InAppFeedView.themeInAppFeedTheme
Defines the appearance of the feed view and its components.Customization#
You can customize almost every aspect of the UI of the InAppFeedView
using our customizable themes.