Routes

object Routes

Navigation route strings and helpers for building parameterized routes.

Properties

Link copied to clipboard
const val CREATE_KEY: String
Link copied to clipboard
const val CRYPTO: String
Link copied to clipboard
const val HOME: String
Link copied to clipboard
const val IMPORT_KEY: String
Link copied to clipboard
const val KEY_DETAIL: String
Link copied to clipboard
const val KEY_SEARCH: String
Link copied to clipboard
const val QR_KEY: String
Link copied to clipboard
const val SETTINGS: String
Link copied to clipboard
const val SMART_CARD: String

Functions

Link copied to clipboard
fun keyDetail(keyId: Long): String

Builds the key-detail route for keyId, encoding it for safe URL use.