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

SpeakEasyProtocol.Publish

public final class SpeakEasyProtocol.Publish


Represents a publish command to speakeasy.

Summary

Public fields

final String

The key to publish this IBinder under.

final ResultReceiver

A ResultReceiver to handle the response or failure of publishing.

final IBinder

The IBinder to publish.

Public constructors

Public methods

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

Builds a publish command into a bundle.

String

Public fields

key

public final String key

The key to publish this IBinder under.

resultReceiver

public final ResultReceiver resultReceiver

A ResultReceiver to handle the response or failure of publishing.

value

public final IBinder value

The IBinder to publish.

Public constructors

Publish

public final Publish()

Public methods

asBundle

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

Builds a publish command into a bundle.

toString

public String toString()