getPlaybackProperty

open fun getPlaybackProperty(propertyName: String): Any

Returns values of additional properties specific to current playback session. Returned values need to be cast to their expected types before use.

Get the value for propertyName TOTAL_PLAYED, TOTAL_COVERED

Return

requested property value as an object; null if not available

Parameters

propertyName

name of desired property