CometChatStatusIndicator is a customised component which indicates whether user is online or offline.
How to integrate CometChatStatusIndicator ?
- TypeScript
Documentation Index
Fetch the complete documentation index at: /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.
<CometChatStatusIndicator
backgroundImage={statusIndicatorIcon}
style={{height: 20, width: 20}}
backgroundColor={"green"}
/>
| Properties | Type | Description |
|---|---|---|
| backgroundImage | ImageType | sets image to be shown |
| style | StyleProp<ViewStyle> | used to customise the statusIndicator |
| backgroundColor | string | used to set the background colour of statusIndicator view |
Was this page helpful?