toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.navigation
/
DeepLinkRoutes
Deep
Link
Routes
sealed
class
DeepLinkRoutes
Inheritors
ViewImageRoute
EventDetailScreen
NoticeDetailScreen
Members
Types
Event
Detail
Screen
Link copied to clipboard
data
class
EventDetailScreen
(
val
eventId
:
String
=
"{eventId}"
)
:
DeepLinkRoutes
Notice
Detail
Screen
Link copied to clipboard
data
class
NoticeDetailScreen
(
val
noticeId
:
String
=
"{noticeId}"
)
:
DeepLinkRoutes
View
Image
Route
Link copied to clipboard
data
class
ViewImageRoute
(
val
imageLink
:
String
=
"{imageLink}"
)
:
DeepLinkRoutes
Properties
route
Link copied to clipboard
val
route
:
String