Upsert
Service
Screen
class UpsertServiceScreen(hostId: String, hostName: String, serviceId: String?) : UpsertScreen<HostService, UpsertServiceScreenViewModel>
The UpsertServiceScreen class is useful to handle the insertion or editing of a service
Author
N7ghtm4r3 - Tecknobit
Parameters
host Id
The identifier of the host owner of the service
host Name
The name of the host
service Id
The identifier of the service
See also
Equinox Screen