Package-level declarations

Properties

Link copied to clipboard
val ERROR CLASS: Symbol not found for Duration.inWholeTicks: Long

The value of this duration expressed as a Long number of ticks.

Link copied to clipboard
val Double.ticks: ERROR CLASS: Symbol not found for Duration

Returns a Duration equal to this Double number of ticks.

val Int.ticks: ERROR CLASS: Symbol not found for Duration

Returns a Duration equal to this Int number of ticks.

val Long.ticks: ERROR CLASS: Symbol not found for Duration

Returns a Duration equal to this Long number of ticks.

Functions

Link copied to clipboard
Link copied to clipboard
operator fun GeneralCommandMessage.get(name: String): String?
operator fun GeneralCommandMessage.get(vararg names: String): List<String?>
Link copied to clipboard
operator fun GeneralCommandMessage.getValue(thisRef: Any?, property: KProperty<*>): String?
Link copied to clipboard
fun ERROR CLASS: Symbol not found for Pair<org/jellyfin/sdk/model/UUID, kotlin/String?>.toNameGuidPair(): NameGuidPair

Convert a Pair to a NameGuidPair with Pair.first as NameGuidPair.id and Pair.second as NameGuidPair.name.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Pair<kotlin/String?, kotlin/String?>.toNameIdPair(): NameIdPair

Convert a Pair to a NameIdPair with Pair.first as NameIdPair.id and Pair.second as NameIdPair.name.

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Pair<kotlin/String?, kotlin/String?>.toNameValuePair(): NameValuePair

Convert a Pair to a NameValuePair with Pair.first as NameValuePair.name and Pair.second as NameValuePair.value.

Link copied to clipboard
fun NameGuidPair.toPair(): ERROR CLASS: Symbol not found for Pair<org/jellyfin/sdk/model/UUID, kotlin/String?>

Convert a NameGuidPair to a Pair with NameGuidPair.id as Pair.first and NameGuidPair.name as Pair.second.

fun NameIdPair.toPair(): ERROR CLASS: Symbol not found for Pair<kotlin/String?, kotlin/String?>

Convert a NameIdPair to a Pair with NameIdPair.id as Pair.first and NameIdPair.name as Pair.second.

fun NameValuePair.toPair(): ERROR CLASS: Symbol not found for Pair<kotlin/String?, kotlin/String?>

Convert a NameValuePair to a Pair with NameValuePair.name as Pair.first and NameValuePair.value as Pair.second.