public static interface 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.
Boolean
,
BranchError
Modifier and Type | Method and Description |
---|---|
void |
onStateChanged(boolean changed,
BranchError error) |
void onStateChanged(boolean changed, BranchError error)