Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.pubnub.components:chat-android-framework

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.pubnub.components:chat-android-framework

Chat components provide easy-to-use building blocks to create Android chat applications, for use cases like live event messaging, telemedicine, and service desk support.

  • 0.6.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

PubNub Chat Components for Android

Chat components provide easy-to-use building blocks to create Android chat applications, for use cases like live event messaging, telemedicine, and service desk support.

Our Android component library provides chat features like direct and group messaging, typing indicators, presence, and reactions. You don't need to implement a data source by yourself and go through the complexity of designing the architecture of a realtime network. Instead, use our components, predefined repositories, and view models to create custom apps for a wide range of use cases.

Features

  • User and Channel Metadata: Add additional information about the users, channels, and their memberships (and store it locally for offline use)
  • Subscriptions: Subscribe to user channels automatically
  • Messages: Publish and display new and historical text messages
  • Presence: Get currently active users, observe their state, and notify about changes
  • Typing Indicators: Display notifications that users are typing
  • Persistent Data Storage: Store messages, channels, and users locally
  • Paging: Pull new data only when you need it
  • Jetpack Compose: Build native UI with a modern toolkit

Available components

  • ChannelList
  • MemberList
  • MessageList
  • MessageInput

Prerequisites

NameRequirement
Android Studio> = Dolphin 2021.3.1 Patch 1
PlatformAndroid
LanguageKotlin
UI ToolkitJetpack Compose
PubNub Kotlin SDK> = 7.3.2

Usage

Install chat components

  1. Inside your Android Studio project, open the module's build.gradle module and add both Kotlin SDK and PubNub Chat Components for Android implementations:

    implementation "com.pubnub:pubnub-kotlin:7.3.2"
    implementation "com.pubnub.components:chat-android:0.6.0"
    
  2. Click Sync Now or Sync Project with Gradle Files to build dependencies for your Android project.

Test sample apps

Explore sample apps that are built using chat components.

Follow the steps in the Getting Started guide to set up a sample chat app and send your first message.

Support

If you need help or have a general question, contact support.

FAQs

Package last updated on 14 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc