-
public final class ShowSavedMessageNode extends UiTreeNode
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbestCouponIndexprivate final CoroutineDispatchermainDispatcherprivate TreeInventoryinventoryprivate TreeNodeTransitionListenertransitionListener
-
Constructor Summary
Constructors Constructor Description ShowSavedMessageNode(Integer bestCouponIndex)
-
Method Summary
Modifier and Type Method Description final IntegergetBestCouponIndex()final CoroutineDispatchergetMainDispatcher()final TreeInventorygetInventory()final UnitsetInventory(TreeInventory inventory)final TreeNodeTransitionListenergetTransitionListener()final UnitsetTransitionListener(TreeNodeTransitionListener transitionListener)Unitexecute()Unitpause()ApplyBestCouponCodeNodepositiveChildNode()-
Methods inherited from class app.appnomix.sdk.internal.domain.machine.states.UiTreeNode
canTransition, evaluateJs, markReadyForTransition, negativeChildNode, performInMainScope, resume, waitForWebViewFinishedLoading -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ShowSavedMessageNode
ShowSavedMessageNode(Integer bestCouponIndex)
-
-
Method Detail
-
getBestCouponIndex
final Integer getBestCouponIndex()
-
getMainDispatcher
final CoroutineDispatcher getMainDispatcher()
-
getInventory
final TreeInventory getInventory()
-
setInventory
final Unit setInventory(TreeInventory inventory)
-
getTransitionListener
final TreeNodeTransitionListener getTransitionListener()
-
setTransitionListener
final Unit setTransitionListener(TreeNodeTransitionListener transitionListener)
-
positiveChildNode
ApplyBestCouponCodeNode positiveChildNode()
-
-
-
-