AVChatExtras.java 258 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.yidianling.avchatkit.constant;

/**
 * Created by winnie on 2017/12/7.
 */

public class AVChatExtras {

    public static String EXTRA_FROM_NOTIFICATION = "from_notification";

    // 参数
    public static String EXTRA_ACCOUNT = "account";
}