<GCKDiscoveryManagerListener> Protocol
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The GCKDiscoveryManagerListener protocol is used to listen for events related to the device discovery process.
This protocol includes methods for being notified when discovery starts, when the list of discovered devices is about to be or has been updated, and when devices are inserted, updated, or removed from the list.
Methods are provided to specifically handle the insertion of new devices, updates to existing devices (including reordering), and the removal of offline devices from the discovered list.
[[["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."],[],["The `GCKDiscoveryManagerListener` protocol manages device discovery. Key actions include: starting discovery for a device category, updating the device list, and signaling changes to the list. These changes include: inserting a newly-discovered device at a specific index, updating an existing device's information at its index, updating and/or reordering devices within the list, and removing a device from the list at a given index when it goes offline.\n"]]