Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- submitLink(readyToTry.option(YesNo.YES), rejectionReason.start, platform, READY_TO_TRY, YES);
- submitLink(readyToTry.option(YesNo.NO), rejectionReason.start, platform, READY_TO_TRY, NO);
- submitLink(readyToTry.fail, rejectionReason.start, platform, READY_TO_TRY, SILENCE);
- submitLink(readyToTry.unknown, rejectionReason.start, platform, READY_TO_TRY);
- submitLink(rejectionReason.success, bye, platform, REJECTION_REASON);
- submitLink(rejectionReason.fail, bye, platform, REJECTION_REASON, SILENCE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement