Skip to main content

KollusChat

Notice

This document is a machine-translated draft and is currently undergoing review. Some content may be inaccurate or differ from the original Korean version. For the most precise information, refer to the Korean documentation.

Kolluschat class

#import <KollusChat.h>

A class that configures the server URL, user information, and other settings required for live chat connection.

Properties

  • BOOL isChatVisible
  • BOOL isChatInfo
  • NSString * chatUrl
  • BOOL isAdmin
  • BOOL isAnonymous
  • NSString * roomId
  • NSString * chattingServer
  • NSString * userId
  • NSString * nickName
  • NSString * photoUrl

Property details

PropertyDescription
(BOOL) isChatVisible
[read, write, nonatomic, unsafe_unretained]
Whether the chat window is visible
(BOOL) isChatInfo
[read, write, nonatomic, unsafe_unretained]
Whether chat information exists
(NSString*) chatUrl
[read, write, nonatomic, copy]
Chat URL
(BOOL) isAdmin
[read, write, nonatomic, unsafe_unretained]
Whether the user is an administrator
(BOOL) isAnonymous
[read, write, nonatomic, unsafe_unretained]
Whether the user is anonymous
(NSString*) roomId
[read, write, nonatomic, copy]
Chat room ID
(NSString*) chattingServer
[read, write, nonatomic, copy]
Chat server
(NSString*) userId
[read, write, nonatomic, copy]
User ID
(NSString*) nickName
[read, write, nonatomic, copy]
Nickname
(NSString*) photoUrl
[read, write, nonatomic, copy]
Profile photo URL