鸿蒙 IMLib-v1.8.0
    Preparing search index...

    消息敏感词拦截监听

    1.3.0

    interface MessageBlockedListener {
        onMessageBlocked(blockInfo: MessageBlockInfo): any;
    }
    Index

    Methods

    • 消息敏感词拦截

      Parameters

      Returns any

      当发送消息触发敏感词拦截的时候,会触发该回调

      MessageBlockInfo