YaMusicApiClient
class YaMusicApiClient(val networkSettings: NetworkSettings, val language: Language, val token: String?)(source)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun playAudio(trackId: Int, from: String, albumId: Int, playlistId: String? = null, fromCache: Boolean = false, playId: String? = null, uid: Int? = null, timestamp: Instant? = null, trackLengthSeconds: Int = 0, totalPlayedSeconds: Int = 0, endPositionSeconds: Int = 0, clientNow: Instant? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard