Types

Link copied to clipboard
data class EventDetailScreen(val eventId: String = "{eventId}") : DeepLinkRoutes
Link copied to clipboard
data class NoticeDetailScreen(val noticeId: String = "{noticeId}") : DeepLinkRoutes
Link copied to clipboard
data class ViewImageRoute(val imageLink: String = "{imageLink}") : DeepLinkRoutes

Properties

Link copied to clipboard