-
public interface Branch.BranchReferralInitListenerAn Interface class that is implemented by all classes that make use of BranchReferralInitListener, defining a single method that takes a list of params in JSONObject format, and an error message of BranchError format that will bereturned on failure of the request response.
-
-
Method Summary
Modifier and Type Method Description abstract voidonInitFinished(@Nullable() JSONObject referringParams, @Nullable() BranchError error)-
-
Method Detail
-
onInitFinished
abstract void onInitFinished(@Nullable() JSONObject referringParams, @Nullable() BranchError error)
-
-
-
-