All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mizhousoft.push.vivo.ViVoPushService Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.mizhousoft.push.vivo;

import com.mizhousoft.push.ProviderPushService;

/**
 * 推送服务
 *
 * @version
 */
public interface ViVoPushService extends ProviderPushService
{
	String UNICAST_PUSH_URL = "https://api-push.vivo.com.cn/message/send";

	String BROADCAST_TASK_URL = "https://api-push.vivo.com.cn/message/saveListPayload";

	String BROADCAST_PUSH_URL = "https://api-push.vivo.com.cn/message/pushToList";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy