Skip to content

Commit

Permalink
Device type
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Jun 29, 2022
1 parent 6c6c755 commit 04c0290
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/messagerosa/core/model/DeviceType.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
public enum DeviceType {
PHONE("phone"),
FCM("fcm"),
PHONE_PWA("ucipwa");
PHONE_PWA("ucipwa"),
PHONE_FCM("phonefcm");


private String name;
Expand Down

0 comments on commit 04c0290

Please sign in to comment.