public static final class

SpeakEasyProtocol.Publish

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

Class Overview

Represents a publish command to speakeasy.

Summary

Fields
public final String key The key to publish this IBinder under.
public final ResultReceiver resultReceiver A ResultReceiver to handle the response or failure of publishing.
public final IBinder value The IBinder to publish.
Public Methods
static Bundle asBundle(String key, IBinder ib, ResultReceiver rr)
Builds a publish command into a bundle.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final String key

The key to publish this IBinder under.

public final ResultReceiver resultReceiver

A ResultReceiver to handle the response or failure of publishing.

public final IBinder value

The IBinder to publish.

Public Methods

public static Bundle asBundle (String key, IBinder ib, ResultReceiver rr)

Builds a publish command into a bundle.

Parameters
key String
ib IBinder
rr ResultReceiver
Returns
Bundle

public String toString ()

Returns
String