Schedule Update Screen
class ScheduleUpdateScreen(projectId: String, projectName: String) : CreateScreen<Update, ScheduleUpdateScreenViewModel>
The ScheduleUpdateScreen class allows to schedule a new update
Author
N7ghtm4r3 - Tecknobit
Parameters
project Id
The identifier of the project where the update must be attached
project Name
The name of the project
See also
Equinox Screen