12 lines
148 B
Kotlin

package com.github.libretube.enums
enum class PlayerEvent {
PlayPause,
Forward,
Rewind,
Next,
Prev,
Background,
Stop
}