public static class

SpeakEasyProtocol.Remove

extends Object
java.lang.Object
   ↳ androidx.test.services.speakeasy.SpeakEasyProtocol.Remove

Class Overview

Indicates a request to remove a IBinder from SpeakEasy.

Summary

Fields
public final String key The key to remove.
Public Constructors
Remove(String key)
Public Methods
static Bundle asBundle(String key)
Encodes a remove request into a bundle.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final String key

The key to remove.

Public Constructors

public Remove (String key)

Parameters
key String

Public Methods

public static Bundle asBundle (String key)

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
NullPointerException if key is null.

public String toString ()

Returns
String