WindChat/windchat-business/src/main/java/com/windchat/im/business/constant/NoticeText.java

30 lines
1.0 KiB
Java
Executable File

/**
* Copyright 2018-2028 WindChat Group
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.windchat.im.business.constant;
/**
* 通知相关的默认配置文案,{*}表示支持事件点击的位置
*
* @author Sam{@link an.guoyue254@gmail.com}
* @since 2017-12-28 14:38:15
*/
public interface NoticeText {
String USER_ADD_FRIEND = "我通过了你的好友验证,现在可以开始聊天了";
String USER_ADD_GROUP = " 加入了群聊";
String USER_ADD_GROUP_QR_CODE = " 通过群组二维码加入群聊";
}