Android SDK Version


public interface BundleJSONConverter.Setter
Method Summary
Modifier and TypeMethodDescription
abstract UnitsetOnBundle(Bundle bundle, String key, Object value)
abstract UnitsetOnJSON(JSONObject json, String key, Object value)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

setOnBundle

 abstract UnitsetOnBundle(Bundle bundle, String key, Object value)

setOnJSON

 abstract UnitsetOnJSON(JSONObject json, String key, Object value)