NeonNotificationType

public enum NeonNotificationType {
    SUCCESS,
    ERROR,
    INFO,
    WARNING
}

Last updated