getInfos

abstract fun getInfos(@NonNull consumer: Consumer<Map<Integer, PropertyInfo>>)

Async fetch the property Infos

Parameters

consumer

Callback with the PropertyInfo map


Deprecated

Get PropertyInfoMap stored in core library. Note that the first call to this method may be UI-blocking if a download is required

Return

All PropertyInfos stored. See PropertyInfoMap