[[["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-10-31 UTC."],[],["`ChannelApi.CloseReason` is an annotation used with `ChannelApi.ChannelListener` methods, specifically `onChannelClosed`. Annotated parameters receive one of five predefined values indicating the reason for channel closure. These values are `CLOSE_REASON_DISCONNECTED`, `CLOSE_REASON_NORMAL`, `CLOSE_REASON_LOCAL_CLOSE`, `CLOSE_REASON_REMOTE_CLOSE`, and `CLOSE_REASON_CONNECTION_TIMEOUT`. This annotation, implementing the `Annotation` interface, also includes inherited methods such as `annotationType()`, `equals()`, `hashCode()`, and `toString()`.\n"]]