{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class SpeakEasyProtocol.Remove
Indicates a request to remove a IBinder from SpeakEasy.
fun asBundle(key: String): Bundle
Encodes a remove request into a bundle.
| Parameters | |
|---|---|
key: String |
the Key representing the IBinder to remove |
| Returns | |
|---|---|
Bundle |
a bundle representing the command. |
| Throws | |
|---|---|
java.lang.NullPointerException |
if key is null. |