All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.jellyfin.sdk.model.ClientInfo.kt Maven / Gradle / Ivy

There is a newer version: 1.5.5
Show newest version
package org.jellyfin.sdk.model

/**
 * The client information is used to identify the client.
 */
public data class ClientInfo(
	/**
	 * Name of the client, this should normally not change.
	 */
	val name: String,

	/**
	 * The version of the client.
	 */
	val version: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy