io.github.yawenok.fcm.client.FcmConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fcm-client Show documentation
Show all versions of fcm-client Show documentation
FCM client for java!Based on HttpAsyncClient.
The newest version!
package io.github.yawenok.fcm.client;
public class FcmConstant {
public static final String FCM_HOST_PRODUCTION = "https://fcm.googleapis.com/fcm/send";
}