[[["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 2024-09-18 UTC."],[[["`VolumeEventData` provides information about receiver volume changes, including current volume level and mute state."],["It is triggered when the receiver's volume or mute state is changed and includes properties like `volume` and `isMute` to access the updated values."],["The `volume` property represents the current volume level, ranging from 0 to 1, while `isMute` indicates whether the device is muted."]]],["The `VolumeEventData` class provides information about receiver volume or mute changes. It's constructed with `volume` (a number from 0 to 1, representing the current volume, which can be null) and `isMute` (a boolean indicating if the device is muted, which can also be null). The class has two properties: `isMute` (a nullable boolean indicating mute status) and `volume` (a nullable number indicating the current volume).\n"]]