{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

SpeakEasyProtocol.Remove

public class SpeakEasyProtocol.Remove


Indicates a request to remove a IBinder from SpeakEasy.

Summary

Public fields

final String

The key to remove.

Public constructors

Public methods

static Bundle

Encodes a remove request into a bundle.

String

Public fields

key

public final String key

The key to remove.

Public constructors

Remove

public Remove(String key)

Public methods

asBundle

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.

toString

public String toString()