WithReplyTo

abstract class WithReplyTo(val replyTo: Messenger, val id: Int) : Communication.V1.In

Class that maps all messages that are sent to com.kynetics.uf.android.UpdateFactoryService that must receive a response.

Constructors

Link copied to clipboard
fun WithReplyTo(replyTo: Messenger, id: Int)

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard