{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class SpeakEasyProtocol.Find
Represents a Find request to SpeakEasy.
Public properties |
|
|---|---|
String |
The key to search for. |
ResultReceiver |
A ResultReceiver to be called with the search results. |
fun asBundle(key: String, rr: ResultReceiver): Bundle
Encodes a find request into a bundle.
| Parameters | |
|---|---|
key: String |
the key to search for. |
rr: ResultReceiver |
the ResultReceiver to send the results to. |
| Returns | |
|---|---|
Bundle |
a bundle |
| Throws | |
|---|---|
java.lang.NullPointerException |
if you do not provide the right parameters. |
val resultReceiver: ResultReceiver
A ResultReceiver to be called with the search results.