Channel Listener
interface ChannelListener
채널 관련 이벤트를 처리하는 리스너
Listener for handling channel-related events
korean
이 인터페이스는 채널에서 발생하는 다양한 이벤트에 대한 콜백 메서드를 제공합니다.english
This interface provides callback methods for various events occurring in a channel.Functions
Link copied to clipboard
채널 메시지 수신 시 발생되는 이벤트
Called when a channel message is received
Link copied to clipboard
채널 삭제시 발생되는 이벤트
Called when a channel is deleted
Link copied to clipboard
채널 멤버 입장시 발생되는 이벤트
Called when a member enters the channel
Link copied to clipboard
채널 멤버 퇴장시 발생되는 이벤트
Called when a member exits the channel
Link copied to clipboard
채널 공지 메시지 수신 시 발생되는 이벤트
Called when a channel notice message is received