CleverPush Developer Docs

CleverPush Developer Docs

  • SDK Docs
  • API Overview
  • API Reference

›Android SDK

JavaScript SDK

  • Setup
  • Methods

iOS SDK

  • Setup
  • Methods
  • Inbox View
  • Chat
  • Stories
  • Deep Links
  • Live Activities
  • Troubleshooting
  • Changelog

Android SDK

  • Setup
  • Methods
  • Notification Service Extension
  • Inbox View
  • Chat
  • Stories
  • Deep Links
  • Troubleshooting
  • Upgrading
  • Geo Fence Location Permission
  • Changelog

Capacitor SDK

  • Setup
  • Methods
  • Changelog

Cordova SDK

  • Setup
  • Methods
  • Changelog

React Native SDK

  • Setup
  • Methods
  • Changelog

Xamarin SDK

  • Setup
  • Methods
  • Changelog

Flutter SDK

  • Setup
  • Methods
  • Chat
  • Troubleshooting
  • Changelog

Inbox View

CleverPush Inbox View

Add the InboxView inside your Layout XML:

<com.cleverpush.inbox.InboxView
  android:id="@+id/inboxView"
  android:layout_height="match_parent"
  android:layout_width="match_parent"
  app:combine_with_api="true"
  app:read_color="#fff"
  app:unread_color="#ccc"
  app:notification_text_color="#000"
  app:notification_text_font_family="Open Sans"
  app:notification_text_size="17sp"
  app:date_text_color="#000"
  app:date_text_font_family="Open Sans"
  app:date_text_size="12sp"
  app:divider_colour="#000"
/>

Handle opened Notifications:

Java
inboxView.setNotificationClickListener(notification -> {
// do something with the opened notification
});
← Notification Service ExtensionChat →
  • CleverPush Inbox View
SDKs
JavaScriptiOSAndroidCordovaCapacitorReact NativeXamarinFlutter
Community
TwitterFacebookGitHub
More
API ReferenceAPI OverviewBlogImprintPrivacy PolicyTerms of serviceGDPR
Copyright © 2025 CleverPush