You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't supported. Send a List of integers. You can replace int[] value = ArrayUtils.toPrimitive(set.toArray(new Integer[set.size()])); with List<Integer> value = new ArrayList<>(set);
sdk version :
4.2.6
My code:
Stack trace:
The text was updated successfully, but these errors were encountered: