-
public interface Branch.BranchLinkCreateListenerAn Interface class that is implemented by all classes that make use of BranchLinkCreateListener, defining a single method that takes a URL String 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 voidonLinkCreate(String url, BranchError error)-
-
Method Detail
-
onLinkCreate
abstract void onLinkCreate(String url, BranchError error)
-
-
-
-