-
public interface Branch.BranchUniversalReferralInitListenerAn Interface class that is implemented by all classes that make use of BranchUniversalReferralInitListener, defining a single method that provides BranchUniversalObject, LinkProperties and an error message of BranchError format that will bereturned on failure of the request response.In case of an error the value for BranchUniversalObject and LinkProperties are set to null.
-
-
Method Summary
Modifier and Type Method Description abstract voidonInitFinished(@Nullable() BranchUniversalObject branchUniversalObject, @Nullable() LinkProperties linkProperties, @Nullable() BranchError error)-
-
Method Detail
-
onInitFinished
abstract void onInitFinished(@Nullable() BranchUniversalObject branchUniversalObject, @Nullable() LinkProperties linkProperties, @Nullable() BranchError error)
-
-
-
-