public static interface ServiceDiscovery.SDListener
Modifier and Type | Method and Description |
---|---|
void |
setAnswers(ServiceDiscovery.SDAnswer[] answers)
Receive all the answers for a successful service lookup
|
void |
setFailure()
Report that service lookup request has failed for some reason.
|
void setAnswers(ServiceDiscovery.SDAnswer[] answers)
answers
- array of SDAnswer structuresvoid setFailure()