Android Question How to access java Map via JavaObject?

Lee Gillie CCP

Active Member
Licensed User
Longtime User
The 3rd party documentation describes a method I am attempting to provide a B4A wrapper for. The Java method template documented as:

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.
 
Top