We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b4269 commit 0861b2bCopy full SHA for 0861b2b
src/main/java/com/currencyfair/onesignal/model/notification/Filter.java
@@ -30,6 +30,7 @@
30
* The filters parameter targets notification recipients using an array of JSON objects containing field conditions
31
* to check.
32
*/
33
+
34
public class Filter {
35
36
/**
@@ -51,9 +52,17 @@ public class Filter {
51
52
* Value.
53
54
private String value;
-
55
+ /**
56
+ * for location filter
57
+ */
58
private String radius;
59
60
61
62
private String latitude;
63
64
65
66
private String longitude;
67
68
0 commit comments