public static interface Branch.BranchReferralInitListener
An Interface class that is implemented by all classes that make use of
Branch.BranchReferralInitListener, defining a single method that takes a list of params in
JSONObject format, and an error message of BranchError format that will be
returned on failure of the request response.
JSONObject,
BranchError| Modifier and Type | Method and Description |
|---|---|
void |
onInitFinished(org.json.JSONObject referringParams,
BranchError error) |
void onInitFinished(org.json.JSONObject referringParams,
BranchError error)