Stay organized with collections
Save and categorize content based on your preferences.
ConferenceParameter
Solution-specific parameter available fo the add-on's use. This parameter is persisted with the
conference data and, if an update or delete is needed, is passed to the add-on. Example usage:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-01-21 UTC."],[[["`ConferenceParameter` objects store solution-specific parameters for add-ons, persisting with conference data and utilized for updates or deletions."],["Developers can use the `setKey(key)` method to assign a key (up to 50 characters) and `setValue(value)` to assign a value (up to 1024 characters) to these parameters."],["Both `setKey` and `setValue` methods return the `ConferenceParameter` object, allowing for chained method calls for efficient setup."],["Exceeding the maximum length for keys or values when using `setKey(key)` or `setValue(value)` will result in an error."]]],[]]