public final class

SpeakEasyProtocol.Publish

extends java.lang.Object

 java.lang.Object

↳androidx.test.services.speakeasy.SpeakEasyProtocol.Publish

Overview

Represents a publish command to speakeasy.

Summary

Fields
public final java.lang.Stringkey

The key to publish this IBinder under.

public final ResultReceiverresultReceiver

A ResultReceiver to handle the response or failure of publishing.

public final IBindervalue

The IBinder to publish.

Methods
public static BundleasBundle(java.lang.String key, IBinder ib, ResultReceiver rr)

Builds a publish command 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 publish this IBinder under.

public final IBinder value

The IBinder to publish.

public final ResultReceiver resultReceiver

A ResultReceiver to handle the response or failure of publishing.

Methods

public java.lang.String toString()

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

Builds a publish command into a bundle.