ConfigureServiceV2
class ConfigureServiceV2(val conf: UFServiceConfigurationV2) : Communication.V1.In
Content copied to clipboard
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
Types
Functions
Link copied to clipboard
Convert the object to the corresponding android.os.Message instance.