public static interface BranchViewHandler.IBranchViewEvents
| Modifier and Type | Method and Description |
|---|---|
void |
onBranchViewAccepted(java.lang.String action,
java.lang.String branchViewID)
Called when user click the positive button on Branch view
|
void |
onBranchViewCancelled(java.lang.String action,
java.lang.String branchViewID)
Called when user click the negative button app Branch view
|
void |
onBranchViewError(int errorCode,
java.lang.String errorMsg,
java.lang.String action)
Called when there is an error on creating or showing Branch view
|
void |
onBranchViewVisible(java.lang.String action,
java.lang.String branchViewID)
Called when a Branch view shown
|
void onBranchViewVisible(java.lang.String action,
java.lang.String branchViewID)
action - action name associated with the Branch view itembranchViewID - ID for the Branch view displayedvoid onBranchViewAccepted(java.lang.String action,
java.lang.String branchViewID)
action - action name associated with the App Branch itembranchViewID - ID for the Branch view acceptedvoid onBranchViewCancelled(java.lang.String action,
java.lang.String branchViewID)
action - action name associated with the Branch viewbranchViewID - ID for the Branch view cancelledvoid onBranchViewError(int errorCode,
java.lang.String errorMsg,
java.lang.String action)
errorCode - Integer with error code for the issueerrorMsg - String with value error messageaction - action name for the Branch view failed to display