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

SpeakEasyProtocol.Publish

class SpeakEasyProtocol.Publish


Represents a publish command to speakeasy.

Summary

Public constructors

Public functions

java-static Bundle!
asBundle(key: String!, ib: IBinder!, rr: ResultReceiver!)

Builds a publish command into a bundle.

String!

Public properties

String!

The key to publish this IBinder under.

ResultReceiver!

A ResultReceiver to handle the response or failure of publishing.

IBinder!

The IBinder to publish.

Public constructors

Publish

Publish()

Public functions

asBundle

java-static fun asBundle(key: String!, ib: IBinder!, rr: ResultReceiver!): Bundle!

Builds a publish command into a bundle.

toString

fun toString(): String!

Public properties

key

val keyString!

The key to publish this IBinder under.

resultReceiver

val resultReceiver: ResultReceiver!

A ResultReceiver to handle the response or failure of publishing.

value

val value: IBinder!

The IBinder to publish.