{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class SpeakEasyProtocol.Publish
Represents a publish command to speakeasy.
Public constructors |
|
|---|---|
Publish() |
|
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. |
java-static fun asBundle(key: String!, ib: IBinder!, rr: ResultReceiver!): Bundle!
Builds a publish command into a bundle.
val resultReceiver: ResultReceiver!
A ResultReceiver to handle the response or failure of publishing.