Options
All
  • Public
  • Public/Protected
  • All
Menu

Global IM UIKit - v1.0.1

Index

其他

RCKIT_COMMIT_VERSION: string = __COMMIT_ID__

Global IM UIKit 构建版本代码 Commit ID

RCKIT_VERSION: string = __VERSION__

Global IM UIKit 版本号

DeleteMessageModalEvent: RCKitEvent<"DELETE_MESSAGE_MODAL_EVENT", IRCKitModalDeleteMessage, IRCKitModalDeleteMessageResult>
BeforeSystemConversationOpenEvent: RCKitEvent<"BEFORE_SYSTEM_CONVERSATION_OPEN", IRCKitCachedConversation>
RCKitInstaller: IPluginGenerator<RCKitApplication, IRCKitInitOpts> = ...
RCKitLanguageDirection: "ltr" | "rtl"

语言行文方向

RCKitChatEmojiLibraryID: "RCKitChatEmojiLibraryID" = 'RCKitChatEmojiLibraryID'

Emoji 字符表情库 ID

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

会话面板标题栏功能拓展定义

Type declaration

  • id: string

    功能 ID,业务层自行定义

  • icon: string

    功能图标

  • filter?:function
    • 过滤器,用于控制对哪些会话可见,不配置的情况下默认所有会话可见

      Parameters

      Returns boolean

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

Type declaration