public class CameraEffectJSONUtility
extends java.lang.Object
Utility methods for JSON representation of Open Graph models.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CameraEffectJSONUtility.Setter |
| Constructor and Description |
|---|
CameraEffectJSONUtility() |
| Modifier and Type | Method and Description |
|---|---|
static CameraEffectArguments |
convertToCameraEffectArguments(org.json.JSONObject jsonObject) |
static org.json.JSONObject |
convertToJSON(CameraEffectArguments arguments) |
public static org.json.JSONObject convertToJSON(CameraEffectArguments arguments) throws org.json.JSONException
org.json.JSONExceptionpublic static CameraEffectArguments convertToCameraEffectArguments(org.json.JSONObject jsonObject) throws org.json.JSONException
org.json.JSONException