Email and Comment Requirement (Options)
BugReporting.bugReportingOptions = .emailFieldOptionalLCQBugReporting.bugReportingOptions = LCQBugReportingOptionEmailFieldOptional;BugReporting.setOptions(Option.COMMENT_FIELD_REQUIRED);BugReporting.setOptions(Option.COMMENT_FIELD_REQUIRED)BugReporting.setInvocationOptions([BugReporting.invocationOptions.emailFieldOptional, BugReporting.invocationOptions.commentFieldRequired]);BugReporting.setInvocationOptions(InvocationOption.emailFieldOptional)//Hide email
.emailFieldHidden
//Show email as optional
.emailFieldOptional
//Make comment required
.commentFieldRequired
//Disable post sending dialog
.disablePostSendingDialog
//No option
.none//Hide email
LCQBugReportingOptionEmailFieldHidden
//Show email as optional
LCQBugReportingOptionEmailFieldOptional
//Make comment required
LCQBugReportingOptionCommentFieldRequired
//Disable post sending dialog
LCQBugReportingOptionDisablePostSendingDialog
//No option
LCQBugReportingOptionNone//Hide email
Option.EMAIL_FIELD_HIDDEN
//Show email as optional
Option.EMAIL_FIELD_OPTIONAL
//Make comment required
Option.COMMENT_FIELD_REQUIREDLast updated