| Interface | Description |
|---|---|
| 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. |
| Branch.BranchListResponseListener |
An Interface class that is implemented by all classes that make use of
Branch.BranchListResponseListener, defining a single method that takes a list of
JSONArray format, and an error message of BranchError format that will be
returned on failure of the request response. |
| 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. |
| Branch.BranchReferralStateChangedListener |
An Interface class that is implemented by all classes that make use of
Branch.BranchReferralStateChangedListener, defining a single method that takes a value of
Boolean format, and an error message of BranchError format that will be
returned on failure of the request response. |
| Class | Description |
|---|---|
| Branch |
The core object required when using Branch SDK.
|
| BranchApp |
Default Android Application class for Branch SDK.
|
| BranchError |
Returns a general error if the server back-end is down.
|
| BranchRemoteInterface | |
| PrefHelper |
A class that uses the helper pattern to provide regularly referenced static values and
logging capabilities used in various other parts of the SDK, and that are related to globally set
preference values.
|
| PrefHelper.DebugNetworkCallback |
Debug connection callback that implements
NetworkCallback to react to server calls
to debug API end-points. |
| Enum | Description |
|---|---|
| Branch.CreditHistoryOrder |
enum containing the sort options for return of credit history.
|
| Exception | Description |
|---|---|
| BranchException |
Class for representing any Branch SDK exceptions.
|