-
public interface Branch.BranchReferralStateChangedListenerAn Interface class that is implemented by all classes that make use of BranchReferralStateChangedListener, defining a single method that takes a value of Boolean 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 voidonStateChanged(boolean changed, @Nullable() BranchError error)-
-
Method Detail
-
onStateChanged
abstract void onStateChanged(boolean changed, @Nullable() BranchError error)
-
-
-
-