NordicSemiconductor / Android-DFU-Library

Device Firmware Update library and Android app
http://www.nordicsemi.com/dfu
BSD 3-Clause "New" or "Revised" License
753 stars 263 forks source link

feat(notification): allow passing of name and description #397

Closed DomiR closed 9 months ago

DomiR commented 11 months ago

fix #396

philips77 commented 9 months ago

This is not needed, as explained here. Unless you want to provide the strings in runtime?

DomiR commented 9 months ago

Yes, this is exactly the case 😇 I'm consuming this lib in react-native and the language is loaded dynamically... It's an edge case but would be nice to be able to support both cases.

DomiR commented 9 months ago

🫶