public static interface Branch.BranchLinkCreateListener
An Interface class that is implemented by all classes that make use of
Branch.BranchLinkCreateListener
, defining a single method that takes a URL
String
format, and an error message of BranchError
format that will be
returned on failure of the request response.
String
,
BranchError
Modifier and Type | Method and Description |
---|---|
void |
onLinkCreate(java.lang.String url,
BranchError error) |
void onLinkCreate(java.lang.String url, BranchError error)