Join Slack
Powered by
can we @Parcelize `sealed class` and pass it using...
# android
k
Kulwinder Singh
08/02/2020, 10:45 AM
can we @Parcelize
sealed class
and pass it using safeArgs or Bundle ??
d
Desmond Teo
08/02/2020, 10:58 AM
the sealed class will have to implement
Parcelable
, and the
@Parcelize
annotation should be applied to each subclasses of the sealed class
211
Views
Open in Slack
Previous
Next