Skip to content

Commit

Permalink
device type - fcm
Browse files Browse the repository at this point in the history
  • Loading branch information
surabhi-mahawar committed Jun 2, 2022
1 parent 0cc82c9 commit 9d57738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/messagerosa/core/model/DeviceType.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

public enum DeviceType {
PHONE("phone"),
FCM("fcm"),
PHONE_PWA("ucipwa");


Expand Down

0 comments on commit 9d57738

Please sign in to comment.