PlaybackInfo

data class PlaybackInfo(var resumeWindow: Int, var resumePosition: Long) : Parcelable

Author

eneim (2018/06/24).

Constructors

Link copied to clipboard
fun PlaybackInfo()
Link copied to clipboard
fun PlaybackInfo(resumeWindow: Int, resumePosition: Long)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
var resumePosition: Long
Link copied to clipboard
var resumeWindow: Int