Skip to content
Snippets Groups Projects
Commit 0ff5ca03 authored by Jens Christian Aanestad's avatar Jens Christian Aanestad
Browse files

feat/Created new NotificationType enum class

parent 0c6eb10f
No related branches found
No related tags found
1 merge request!78Feat/notifications
package no.ntnu.idi.stud.savingsapp.model.notification;
/**
* Enum representing the type associated with a notification.
*/
public enum NotificationType {
BADGE,
FRIEND_REQUEST,
COMPLETED_GOAL
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment