public class

SpeakEasyProtocol.Remove

extends java.lang.Object

 java.lang.Object

↳androidx.test.services.speakeasy.SpeakEasyProtocol.Remove

Overview

Indicates a request to remove a IBinder from SpeakEasy.

Summary

Fields
public final java.lang.Stringkey

The key to remove.

Constructors
publicRemove(java.lang.String key)

Methods
public static BundleasBundle(java.lang.String key)

Encodes a remove request into a bundle.

public java.lang.StringtoString()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Fields

public final java.lang.String key

The key to remove.

Constructors

public Remove(java.lang.String key)

Methods

public java.lang.String toString()

public static Bundle asBundle(java.lang.String key)

Encodes a remove request into a bundle.

Parameters:

key: the Key representing the IBinder to remove

Returns:

a bundle representing the command.