{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class SpeakEasyProtocol.Publish
Represents a publish command to speakeasy.
Public fields |
|
|---|---|
final @NonNull String |
The key to publish this IBinder under. |
final @NonNull ResultReceiver |
A ResultReceiver to handle the response or failure of publishing. |
final @NonNull IBinder |
The IBinder to publish. |
Public methods |
|
|---|---|
static @NonNull Bundle |
Builds a publish command into a bundle. |
@NonNull String |
toString() |
@NonNull
public final @NonNull ResultReceiver resultReceiver
A ResultReceiver to handle the response or failure of publishing.