ConfigureServiceV2

class ConfigureServiceV2(val conf: UFServiceConfigurationV2) : Communication.V1.In

Class to build a message to configure the service. When the new configuration can be applied live, a UFServiceMessageV1.Event.ConfigurationUpdated is notified. When the new configuration requires a restart of the service, a UFServiceMessageV1.Event.Stopped and a UFServiceMessageV1.Event.Started are notified.

See also

Constructors

Link copied to clipboard
fun ConfigureServiceV2(conf: UFServiceConfigurationV2)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun toMessage(): Message

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

Properties

Link copied to clipboard
val conf: UFServiceConfigurationV2

the service configuration

Link copied to clipboard
val id: Int