Options
All
  • Public
  • Public/Protected
  • All
Menu

Global IM UIKit - v1.0.1

Index

Variables

RCKIT_COMMIT_VERSION: string = __COMMIT_ID__

Commit ID of the build version code of Global IM UIKit

RCKIT_VERSION: string = __VERSION__

Global IM UIKit version number

RCKitInstaller: IPluginGenerator<RCKitApplication, IRCKitInitOpts> = ...
RCKitChatEmojiLibraryID: "RCKitChatEmojiLibraryID" = 'RCKitChatEmojiLibraryID'

Emoji Character Emoticon Library ID

Type Aliases

DeleteMessageModalEvent: RCKitEvent<"DELETE_MESSAGE_MODAL_EVENT", IRCKitModalDeleteMessage, IRCKitModalDeleteMessageResult>
BeforeSystemConversationOpenEvent: RCKitEvent<"BEFORE_SYSTEM_CONVERSATION_OPEN", IRCKitCachedConversation>
RCKitLanguageDirection: "ltr" | "rtl"

Text Direction

IRCKitConversationExtension: { id: string; icon: string; filter?: any }

Function Extension Definition of the Title Bar of the Conversation Panel

Type declaration

  • id: string

    Function ID, defined by the business layer itself

  • icon: string

    Function Icons

  • filter?:function
    • Filter, used to control which conversations are visible. By default, all conversations are visible without configuration.

      Parameters

      Returns boolean

IRCKitPushConfigHook: ((message: IRCKitCachedMessage) => IPushConfig)

Type declaration