@blake.meike rather than creating separate posts, I’ll just start this more general thread for API feedback I come across.
I ran into some additional nullability variances in MutableDictionary
. setBlob()
, setDate()
, setArray()
, and setDictionary()
all have @NonNull
value parameters in the Java SDK. I noticed these lines of code in the tests violate that contract though. So I checked the Swift and ObjC APIs and the values are nullable there. Similar APIs in MutableArray
are also nullable.
1 post - 1 participant