Discovery.OnDevicePickerResultListener
interface Discovery.OnDevicePickerResultListener
Interface to receive the result from the device picker, for use with registerForResult.
Summary
| Public methods | |
|---|---|
| abstract void | onDevicePickerResult(Called when the user has selected the devices to connect to, and the receiving component has been successfully started. | 
Public methods
onDevicePickerResult
abstract void onDevicePickerResult(
@NonNull Collection<@NonNull Participant> participants
)
Called when the user has selected the devices to connect to, and the receiving component has been successfully started.
