hi all - i have a bundle provided during a notific...
# android
w
hi all - i have a bundle provided during a notification payload. i want to convert this into a
data class
that the bundle is expected to conform to. is there any out of the box way to do this? i’m sure it could be done with a code gen library, just not sure if it’s been done before
e
androidx.navigation.safeargs.kotlin does something like that, but it's designed to work with androidx.navigation so it might not suit your purposes
w
that might be a good reference - thanks 🙂