Skip to content

Instantly share code, notes, and snippets.

@LethalMaus
Created January 15, 2026 22:06
Show Gist options
  • Select an option

  • Save LethalMaus/e08080b074b654ea8b4013c12fda270f to your computer and use it in GitHub Desktop.

Select an option

Save LethalMaus/e08080b074b654ea8b4013c12fda270f to your computer and use it in GitHub Desktop.
WearPaths.kt
package dev.jamescullimore.examplewatchapp.shared.wear
object WearPaths {
const val CONTROL = "/device-control"
const val USER_PROFILE = "/user-profile"
const val REQUEST_CONTROL = "/request-control"
const val PING = "/ping"
const val PONG = "/pong"
}
object WearKeys {
const val HOLDER = "holder"
const val EMERGENCY = "emergency"
const val TIMESTAMP = "timestamp"
const val USERNAME = "username"
const val REQUESTER = "requester"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment