Skip to main content

Documentation Index

Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

CometChatStatusIndicator is a customised component which indicates whether user is online or offline.

How to integrate CometChatStatusIndicator ?

<CometChatStatusIndicator
        backgroundImage={statusIndicatorIcon}
        style={{height: 20, width: 20}}
        backgroundColor={"green"}
      />

Properties

PropertiesTypeDescription
backgroundImageImageTypesets image to be shown
styleStyleProp<ViewStyle>used to customise the statusIndicator
backgroundColorstringused to set the background colour of statusIndicator view