RegisterClient

class RegisterClient(val replyTo: Messenger) : Communication.V1.In.WithReplyTo

Class to build a message to subscribe a Messenger to the service notification system.

Constructors

Link copied to clipboard
fun RegisterClient(replyTo: Messenger)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toMessage(): Message

Convert the object to the corresponding android.os.Message instance.

Properties

Link copied to clipboard
val id: Int
Link copied to clipboard
val replyTo: Messenger

Messenger where replies to this message are sent