Open deverlex opened 9 months ago
It is because the native android workmanager support only primitive datatypes or their array variants as input. Therefore, you can't pass your custom objects as input. Ref: https://developer.android.com/develop/background-work/background-tasks/persistent/getting-started/define-work#input_output Ref: https://developer.android.com/reference/androidx/work/Data
It is because the native android workmanager support only primitive datatypes or their array variants as input. Therefore, you can't pass your custom objects as input. Ref: https://developer.android.com/develop/background-work/background-tasks/persistent/getting-started/define-work#input_output Ref: https://developer.android.com/reference/androidx/work/Data
thank you. I think the native android need change for dynamic
I want to send dynamic object to inputData. It has an error because you check datatype of input data