moizest89
07/23/2019, 3:27 PMsealed
class like values?
I’ve found examples with Enum
class but not with sealed 😕henrikhorbovyi
07/23/2019, 4:26 PMsealed
+ Realm ?sealed class
to control data flow, handle errors, etc, you can use it with any ORM.
If you understand the core of sealed classes.Darrinps
07/23/2019, 5:48 PMhenrikhorbovyi
07/23/2019, 6:52 PMsealed classes
) like this ☝️moizest89
07/23/2019, 8:44 PMEventType
(sealed class example above ) and try to save after in Realm but I guess is not a good option xDzhuinden
08/29/2019, 5:15 PMmoizest89
08/30/2019, 3:07 PM