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