convertJsonToBundle

open fun convertJsonToBundle(jsonObject: JSONObject): Bundle

Convert the information contained in a JSONObject into a Bundle

Return

returns a populated bundle using the JSONObject that was passed

Parameters

jsonObject

The JSONObject which needs to be converted into a bundle