Description
Currently the appdata is handling only a Map<String, String>. Need the ability to handle values other than String, something like Map<String, Object> so that we can have a, for eg., boolean appdata value as well
Currently the appdata is handling only a Map<String, String>. Need the ability to handle values other than String, something like Map<String, Object> so that we can have a, for eg., boolean appdata value as well