Classes | |
class | hive.Chat |
The Hive Chat service provides essential features for seamless chat within the app, including real-time chat, group chat, one-on-one chat, and user blocking functionality. More... | |
class | hive.ChannelSendMessageParams |
Channel message sending object This object contains the information for sending a message to a channel. More... | |
class | hive.DirectSendMessageParams |
1:1 message sending object This object contains the information for sending a message to a specific user. More... | |
class | hive.CreateChannelParams |
Channel creation object This object contains the information for creating a channel. More... | |
class | hive.GetChannelsParams |
Channel information retrieval object This object contains the information for retrieving channel details. More... | |
class | hive.EnterChannelParams |
Channel entry object This object contains the information for entering a channel. More... | |
class | hive.ChannelMessageListQueryParams |
Channel message query object More... | |
class | hive.ChannelMessageListQueryResponse |
Channel message query response object More... | |
class | hive.TranslateParams |
Translation request object More... | |
class | hive.Channel |
Object returned when retrieving channel information This object is returned when retrieving information about a channel. More... | |
class | hive.ChannelPage |
Channel page object returned when retrieving channel information This object represents a page of channels returned when retrieving channel information. More... | |
class | hive.Member |
Member object returned when retrieving member and channel information This object represents a member returned when retrieving member and channel information. More... | |
class | hive.BlockMember |
Blocked member object returned when retrieving blocked members This object represents a blocked member returned when retrieving blocked members. More... | |
class | hive.EnteredMember |
Member object who entered the channel The information of the member who entered the channel is received through the ChannelHandler.onEnteredMember event. More... | |
class | hive.ExitedMember |
Member object who exited the channel The information of the member who exited the channel is received through the ChannelHandler.onExitedMember event. More... | |
class | hive.DeletedChannel |
Deleted channel information object The information of the deleted channel is delivered through the ChannelHandler.onDeletedChannel event. More... | |
class | hive.ChannelNoticeMessage |
Channel notice message object The channel notice message information is delivered through the ChannelHandler.onNoticeMessage event. More... | |
class | hive.ChannelMessage |
Channel message object The channel message information is delivered through the ChannelHandler.onChannelMessage event. More... | |
class | hive.DirectMessage |
Direct message object The direct message information is delivered through the [DirectMessageListener.onDirectMessage] event. More... | |
class | hive.NoticeMessage |
User notice message object The user notice message information is delivered through the UserHandler.onNoticeMessage event. More... | |
class | hive.ConnectionHandler |
Listener for connection state changes This class handles events that occur upon successful connection and connection failure. More... | |
class | hive.ChannelHandler |
Listener for handling channel-related events This class handles various events occurring in a channel. More... | |
class | hive.DirectMessageHandler |
Listener for handling 1:1 message-related events This class handles events occurring in direct messages. More... | |
class | hive.UserHandler |
Listener for handling user-related message events More... | |
class | hive.CustomDataHandler |
Listener for receiving custom data This listener receives custom string data sent from the server and handles it. More... | |
Enumerations | |
enum | hive.ChannelType |
Channel Type. More... | |
enum | hive.SortType |
Sort Type Sorting value for the retrieved channel list. More... | |