Kotlin SDK pre-built components

How to use Knock's UI components in your Android application.

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