package com.alibaba.sdk.android.pushwrapper;

public interface Constant {
	String GCM_SEND_ID = "com.aliyun.ams.push.gcm.sendid";
	String GCM_APPLICATION_ID = "com.aliyun.ams.push.gcm.applicationid";
	String GCM_PROJECT_ID = "com.aliyun.ams.push.gcm.projectid";
	String GCM_API_KEY = "com.aliyun.ams.push.gcm.apiKey";

	String HONOR_APP_ID = "com.hihonor.push.app_id";

	String HUAWEI_APP_ID = "com.huawei.hms.client.appid";

	String XIAO_MI_ID = "com.aliyun.ams.push.xiaomi.id";
	String XIAO_MI_KEY = "com.aliyun.ams.push.xiaomi.key";

	String OPPO_KEY = "com.aliyun.ams.push.oppo.key";
	String OPPO_SECRET = "com.aliyun.ams.push.oppo.secret";

	String VIVO_APP_ID = "com.vivo.push.app_id";
	String VIVO_API_KEY = "com.vivo.push.api_key";

	String MEIZU_ID = "com.aliyun.ams.push.meizu.id";
	String MEIZU_SECRET = "com.aliyun.ams.push.meizu.secret";
}
