-
public class GetCartInitialTotalNode extends GetCartTotalNode
-
-
Field Summary
Fields Modifier and Type Field Description private final CoroutineDispatchermainDispatcherprivate TreeInventoryinventoryprivate TreeNodeTransitionListenertransitionListenerpublic final static GetCartInitialTotalNodeINSTANCE
-
Method Summary
Modifier and Type Method Description Unitexecute()TreeNodepositiveChildNode()TreeNodenegativeChildNode()final CoroutineDispatchergetMainDispatcher()final TreeInventorygetInventory()final UnitsetInventory(TreeInventory inventory)final TreeNodeTransitionListenergetTransitionListener()final UnitsetTransitionListener(TreeNodeTransitionListener transitionListener)-
Methods inherited from class app.appnomix.sdk.internal.domain.machine.states.GetCartInitialTotalNode
getCartTotal -
Methods inherited from class app.appnomix.sdk.internal.domain.machine.states.GetCartTotalNode
canTransition, evaluateJs, markReadyForTransition, pause, performInMainScope, resume, waitForWebViewFinishedLoading -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
positiveChildNode
TreeNode positiveChildNode()
-
negativeChildNode
TreeNode negativeChildNode()
-
getMainDispatcher
final CoroutineDispatcher getMainDispatcher()
-
getInventory
final TreeInventory getInventory()
-
setInventory
final Unit setInventory(TreeInventory inventory)
-
getTransitionListener
final TreeNodeTransitionListener getTransitionListener()
-
setTransitionListener
final Unit setTransitionListener(TreeNodeTransitionListener transitionListener)
-
-
-
-