Advertisement
BoberDiversant

Untitled

Mar 18th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.49 KB | None | 0 0
  1. submitLink(readyToTry.option(YesNo.YES), rejectionReason.start, platform, READY_TO_TRY, YES);
  2. submitLink(readyToTry.option(YesNo.NO), rejectionReason.start, platform, READY_TO_TRY, NO);
  3. submitLink(readyToTry.fail, rejectionReason.start, platform, READY_TO_TRY, SILENCE);
  4. submitLink(readyToTry.unknown, rejectionReason.start, platform, READY_TO_TRY);
  5.  
  6. submitLink(rejectionReason.success, bye, platform, REJECTION_REASON);
  7. submitLink(rejectionReason.fail, bye, platform, REJECTION_REASON, SILENCE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement