public abstract class H5UserIdentityAPI
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
protected org.json.JSONObject |
mEventObject |
protected org.json.JSONObject |
mIdentityJson |
构造器和说明 |
---|
H5UserIdentityAPI() |
限定符和类型 | 方法和说明 |
---|---|
void |
init(org.json.JSONObject identityJson,
org.json.JSONObject eventObject) |
protected void |
mergeIdentities(org.json.JSONObject identities) |
boolean |
process(org.json.JSONObject identityJson,
org.json.JSONObject eventObject) |
boolean |
updateIdentities() |
protected org.json.JSONObject mIdentityJson
protected org.json.JSONObject mEventObject
public void init(org.json.JSONObject identityJson, org.json.JSONObject eventObject)
public boolean process(org.json.JSONObject identityJson, org.json.JSONObject eventObject)
public boolean updateIdentities()
protected void mergeIdentities(org.json.JSONObject identities) throws org.json.JSONException
org.json.JSONException