LibreTube/app/src/main/java/com/github/libretube/constants/IntentData.kt

10 lines
244 B
Kotlin
Raw Normal View History

2022-09-08 23:31:36 +05:30
package com.github.libretube.constants
object IntentData {
const val videoId = "videoId"
const val channelId = "channelId"
const val userId = "userId"
const val playlistId = "playlistId"
const val timeStamp = "timeStamp"
}