• UIKit
  • SDK
  • 서버 API
Chat/
UIKit/
Flutter/
기능/
UIKit
  • 개요
    • 개요
    • 기능 개요
    • 가격
      • 청구 개요
      • 가격
      • Billing of Chat Out-of-Package Usage
  • 데모 실행
  • 시작하기
  • 빠른 통합
    • Chat UIKit
    • Chat UIKit - 메시지만
    • Secure authentication with UserSig
  • 기능
    • 메시지 인용
    • 이모티콘 및 스티커
    • 메시지 반응
    • 메시지 번역
    • 오프라인 푸시
    • 온라인 상태
    • Integrating Offline Push
      • Manufacturer configuration
      • Quick Integration
      • Client APIs
  • 글로벌화
  • 맞춤화
    • UI 주제 변경
    • UI 스타일 설정
  • Changelog
  • 콘솔 안내
    • New Console Introduction
    • 애플리케이션 생성 및 업그레이드
    • 기본 구성
    • 기능 구성
    • 계정 관리
    • 그룹 관리
    • 콜백 구성
    • Usage Statistics
    • Real-Time Monitor
    • Auxiliary Development Tools
  • 제품 소개
    • 메시지 관리
      • 1대1 메시지
      • 메시지 저장
      • 오프라인 푸시
      • 그룹 메시지
      • 메시지 포맷
    • 계정 시스템
      • 로그인 인증
      • 온라인 상태 관리
    • 그룹 관련
      • 그룹 시스템
      • 그룹 관리
    • 사용자 정보 및 관계망
      • 정보 관리
      • 관계망 관리
  • Scenario-based Practice
    • AI Chatbot
    • Super Large Entertainment and Collaboration Community
    • Discord Implementation Guide
  • Push Service
    • Overview
    • Activate the Service
    • Quick Start
    • Manufacturer Channel
      • Manufacturer Configuration
        • Android
        • iOS
        • Flutter
        • React-Native
      • Quick Integration
        • Android
        • iOS
        • Flutter
        • React-Native
    • Statistics
    • Troubleshooting Tool
    • Client APIs
      • Android
      • iOS
      • Flutter
      • React Native
    • REST API
      • Pushing to All/Tagged Users
      • UserID-Targeted Push
      • Obtaining Application Attribute Names
      • Setting Application Attribute Names
      • Obtaining User Attributes
      • Setting User Attributes
      • Deleting User Attributes
      • Obtaining User Tags
      • Adding User Tags
      • Deleting User Tags
      • Deleting All User Tags
      • Recalling Push
    • Push Callback
      • All Users / Tags / UserID Push Callback
      • Other Push Callbacks
    • Advanced Features
      • Custom Definition Badge
      • Custom Definition Ringtone
      • Customized Icon
      • Custom Definition Click Redirect
      • Push Message Categorization
    • Release Notes
      • Android
      • iOS
      • Flutter
      • React Native
    • FAQS
  • 에러코드
이 페이지는 현재 영어로만 제공되며 한국어 버전은 곧 제공될 예정입니다. 기다려 주셔서 감사드립니다.

온라인 상태

Description

UIKit supports displaying user online status in the conversation list and contact list.
When "Show User Online Status" is enabled, user online status will be displayed on each user's avatar in the chat list and contact list.
When "Show User Online Status" is disabled, user online status will not be displayed.
Note:
1. This feature is only supported by the Pro edition 、Pro Plus edition 、Enterprise edition. Please purchase the Pro edition 、Pro Plus edition 、Enterprise edition to use it.
2. Please enable the user status switch in the Chat Console. Ensure the switch is turned on before use.

Display Effect

Conversation List

Enable "Show User Online Status"
Disable "Show User Online Status"





Contacts List

Enable "Show User Online Status"
Disable "Show User Online Status"





Feature Overview

When initializing UIKit, config useUserOnlineStatus in TencentCloudChatUserConfig to enable this feature.
final bool initRes = await TencentCloudChat.controller.initUIKit(
config: TencentCloudChatConfig(
userConfig: TencentCloudChatUserConfig(
useUserOnlineStatus: true,
// ... other UIKit configurations
),
),
);

FAQs

When calling the Subscription/Unsubscription API, the interface prompts "Error Code 72001".
Error Code 72001 indicates that the corresponding capability is not enabled in the Console. Please log in to the Chat Console to enable the corresponding feature toggle.



Error: The package bundle does not support the use of this interface. Please upgrade to the advanced package.
This feature is only supported in the Pro edition 、Pro Plus edition 、Enterprise edition. The error message indicates that your current package does not support this capability. Please log in to the Chat Purchase Page to activate the Premium Edition and experience it.

Contact Us

If you have any questions during the access and usage process, please contact us through the following methods.

커뮤니티에 질문하십시오!
기술적인 논의를 시작하고 즉시 전문가 지원을 받으세요!