io.github.yawenok.fcm.client.enums.Priority 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.enums;
import com.alibaba.fastjson.annotation.JSONField;
public enum Priority {
@JSONField(name = "normal")
Normal,
@JSONField(name = "high")
High
}