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

io.github.yawenok.fcm.client.enums.Priority Maven / Gradle / Ivy

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy