Android SDK Version


public class CameraEffectJSONUtility
com.facebook.share.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
Utility methods for JSON representation of Open Graph models.
Field Summary
Modifier and TypeFieldDescription
public final static CameraEffectJSONUtilityINSTANCE
Method Summary
Modifier and TypeMethodDescription
final static JSONObjectconvertToJSON(CameraEffectArguments arguments)
final static CameraEffectArgumentsconvertToCameraEffectArguments(JSONObject jsonObject)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

convertToJSON

 final static JSONObjectconvertToJSON(CameraEffectArguments arguments)

convertToCameraEffectArguments

 final static CameraEffectArgumentsconvertToCameraEffectArguments(JSONObject jsonObject)