-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a method for feedback widget segmentation #438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let’s pass segmentation as part of the present call
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing the custom object
…dback-widget-segmentation
…dback-widget-segmentation
* */ | ||
this.present_feedback_widget = function(presentableFeedback, id, className) { | ||
log(logLevelEnums.INFO, "[present_feedback_widget] Presenting the feedback widget by appending to the element with ID: [ " + id + " ] and className: [ " + className + " ]"); | ||
this.present_feedback_widget = function(presentableFeedback, id, className, feedbackWidgetSegmentation) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in case "id" and "class name" are not used, what value should be provided. should be mentioned in the function doc
No description provided.