home-school-contact-app/文档/Android/app/src/main/java/com/example/nanchen/aiyaschoolpush/im/Constant.java

30 lines
1.4 KiB
Java

/**
* Copyright (C) 2016 Hyphenate Inc. All rights reserved.
*
* 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.example.nanchen.aiyaschoolpush.im;
import com.hyphenate.easeui.EaseConstant;
public class Constant extends EaseConstant{
public static final String NEW_FRIENDS_USERNAME = "item_new_friends";
public static final String GROUP_USERNAME = "item_groups";
public static final String CHAT_ROOM = "item_chatroom";
public static final String ACCOUNT_REMOVED = "account_removed";
public static final String ACCOUNT_CONFLICT = "conflict";
public static final String ACCOUNT_FORBIDDEN = "user_forbidden";
public static final String CHAT_ROBOT = "item_robots";
public static final String MESSAGE_ATTR_ROBOT_MSGTYPE = "msgtype";
public static final String ACTION_GROUP_CHANAGED = "action_group_changed";
public static final String ACTION_CONTACT_CHANAGED = "action_contact_changed";
}