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