Skip to content

Instantly share code, notes, and snippets.

@raystatic
Last active March 1, 2022 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raystatic/cab5c44d7363d2ab42d99b04ad9fb264 to your computer and use it in GitHub Desktop.
Save raystatic/cab5c44d7363d2ab42d99b04ad9fb264 to your computer and use it in GitHub Desktop.
object FileParams{
const val KEY_FILE_URL = "key_file_url"
const val KEY_FILE_TYPE = "key_file_type"
const val KEY_FILE_NAME = "key_file_name"
const val KEY_FILE_URI = "key_file_uri"
}
object NotificationConstants{
const val CHANNEL_NAME = "download_file_worker_demo_channel"
const val CHANNEL_DESCRIPTION = "download_file_worker_demo_description"
const val CHANNEL_ID = "download_file_worker_demo_channel_123456"
const val NOTIFICATION_ID = 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment