We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1409e commit 1010e6fCopy full SHA for 1010e6f
1 file changed
library/src/main/java/me/proxer/library/enums/Country.java
@@ -14,6 +14,7 @@ public enum Country {
14
@Json(name = "jp") JAPAN,
15
@Json(name = "kr") KOREA,
16
@Json(name = "zh") CHINA,
17
+ @Json(name = "int") INTERNATIONAL,
18
@Json(name = "misc") OTHER,
19
@Json(name = "") NONE,
20
}
0 commit comments