Skip to content

Instantly share code, notes, and snippets.

@mohanmanu484
Created May 28, 2024 08:39
@Route(
screenName = "BuySellScreen",
route = "orders/{pprefId}?isModifyFlow={isModifyFlow}&orderId={orderId}",
useRouteAsDefaultDeeplink = true
)
fun getBuySellRoute(
@Path("pprefId") id: String,
@Query("isModifyFlow") isModifyFlow: Boolean = false,
@Query("orderId") orderId: String? = null
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment