UltraGroupChannelListener

public interface UltraGroupChannelListener

Ultra Group Channel Event Callback

Functions

Link copied to clipboard
public abstract void ultraGroupChannelDidDisbanded(List<UltraGroupChannelDisbandedInfo> infoList)
Channel Dissolution Notification When a public channel is deleted, all members of the channel will be notified.
Link copied to clipboard
public abstract void ultraGroupChannelTypeDidChanged(List<UltraGroupChannelChangeTypeInfo> infoList)
Callback triggered when the channel attributes change.
Link copied to clipboard
public abstract void ultraGroupChannelUserDidKicked(List<UltraGroupChannelUserKickedInfo> infoList)
When the channel is private, a notification is triggered when a user in the allowlist is kicked.