-
public class UID2Identity.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static UID2Identity.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final UID2IdentityfromJson(JSONObject json)Helper function to parse a given JSON object into the expected UID2Identity instance. -
-
Method Detail
-
fromJson
final UID2Identity fromJson(JSONObject json)
Helper function to parse a given JSON object into the expected UID2Identity instance. If the JSON instance doesn't contain all required parameters, then null is returned.
-
-
-
-