The 3rd party documentation describes a method I am attempting to provide a B4A wrapper for. The Java method template documented as:
I can get a JavaObject for this Map, but can't figure out how to get inside the Map (ultimately I will convert this to a B4A Map). I want its size, keys, and values of course.
Thanks for any hints.
public Map<String, String> getFirmwareInformation();
I can get a JavaObject for this Map, but can't figure out how to get inside the Map (ultimately I will convert this to a B4A Map). I want its size, keys, and values of course.
Thanks for any hints.