[[["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."],[],["`PublishCallback` is an abstract class for handling events related to published messages. It includes a constructor and the `onExpired()` method, which is triggered when a published message expires, either due to the time-to-live (TTL) elapsing or the user stopping Nearby actions for the app. Utilizing this callback is recommended to update application state when messages expire. It also inherits methods from the base `Object` class like `equals` and `toString`.\n"]]