public interface DeviceDiscoveryListener
| Modifier and Type | Method and Description |
|---|---|
void |
deviceDiscovered(CastDevice castDevice)
Invoked when a new cast device is discovered.
|
void |
deviceRemoved(CastDevice castDevice)
Invoked when a cast device disappears.
|
void deviceDiscovered(CastDevice castDevice)
castDevice - the new cast device.void deviceRemoved(CastDevice castDevice)
castDevice - the disappeared cast device.Copyright © 2022. All rights reserved.