Well for others looking, seems like I found it
FlicButton.getName()
which is actually quite obvious, but it just isn't listed in the online javadoc:
https://partners.flic.io/partners/developers/documentation/android/io/flic/lib/FlicButton.html
Well for others looking, seems like I found it
FlicButton.getName()
which is actually quite obvious, but it just isn't listed in the online javadoc:
https://partners.flic.io/partners/developers/documentation/android/io/flic/lib/FlicButton.html
Hi,
while I in general got everything working on Android, it seems there is no option to get the name of a flic button the user set. Am I just overlooking something? I want to show the user within my app which buttons are linked to what actions, but just using the mac adress (or the closest thing to something human readable is the "name" extra in the Intent object during grabbing of the button but even that is just the bluetooth name and not what the user did set) is not really user-friendly.
Kind regards...
Timm