ScreenData

Logo

A Data Model structure for displaying UI Screens

View the Project on GitHub ServerDriven/ScreenData

DestinationType

enum DestinationType: String {
	case screen
	case url
	case deepLink
}