Kotlin SDK pre-built components

How to use our pre-build UI components in your Knock implementation.

InAppFeedView

Overview

Component UI Example

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

viewModelInAppFeedViewModelThe ViewModel containing the logic for the InAppFeedView.
themeInAppFeedThemeDefines 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.

Examples