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

com.mizhousoft.push.huawei.HuaweiPushService Maven / Gradle / Ivy

package com.mizhousoft.push.huawei;

import com.mizhousoft.push.ProviderPushService;

/**
 * 推送服务
 *
 * @version
 */
public interface HuaweiPushService extends ProviderPushService
{
	String PUSH_URL = "https://push-api.cloud.huawei.com/v1/%s/messages:send";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy