Package-level declarations

Types

Link copied to clipboard
typealias BufferedImage = Bitmap

Represents an image. Please use convertXToBufferedImage and convertBufferedImageToX methods to read and write BufferedImage

Link copied to clipboard
expect class ConcurrentHashMap<K, V>
actual typealias ConcurrentHashMap<K, V> = HashMap<K, V>
actual typealias ConcurrentHashMap<K, V> = HashMap<K, V>
actual typealias ConcurrentHashMap<K, V> = HashMap<K, V>
Link copied to clipboard
@Serializable
data class ExternalUrls(val spotify: String? = null, val otherExternalUrls: List<ExternalUrl>, allExternalUrls: List<ExternalUrl>) : List<ExternalUrl>

Represents the external urls associated with this Spotify asset.

Link copied to clipboard
@Serializable
enum Language : Enum<Language>

ISO 639-1 language code.

Link copied to clipboard
enum Locale : Enum<Locale>

Locale code.

Link copied to clipboard
enum Market : Enum<Market>

ISO 3166-1 country code.

Link copied to clipboard

Actual platforms that this program can be run on.

Link copied to clipboard

Represents a unit of time

Properties

Link copied to clipboard

Actual platform that this program is run on.

Actual platform that this program is run on.

The actual platform that this program is running on.

Actual platform that this program is run on.

Functions

Link copied to clipboard
expect fun <K, V> ConcurrentHashMap<K, V>.asList(): List<Pair<K, V>>
Link copied to clipboard
Link copied to clipboard
suspend fun convertFileToBufferedImage(file: VfsFile): BufferedImage
Link copied to clipboard
expect fun getCurrentTimeMs(): Long

The current time in milliseconds since UNIX epoch.

actual fun getCurrentTimeMs(): Long

The current time in milliseconds since UNIX epoch.

actual fun getCurrentTimeMs(): Long

The current time in milliseconds since UNIX epoch.

actual fun getCurrentTimeMs(): Long

The current time in milliseconds since UNIX epoch.

Link copied to clipboard
fun getExternalUrls(externalUrlsString: Map<String, String>): ExternalUrls
Link copied to clipboard

Parse the current url into a valid Token to be used when instantiating a new SpotifyImplicitGrantApi

Parse the hash string into a valid Token to be used when instantiating a new SpotifyImplicitGrantApi

Link copied to clipboard
expect fun <T> runBlockingOnJvmAndNative(block: suspend () -> T): T
actual fun <T> runBlockingOnJvmAndNative(block: suspend () -> T): T
actual fun <T> runBlockingOnJvmAndNative(block: suspend () -> T): T
actual fun <T> runBlockingOnJvmAndNative(block: suspend () -> T): T
actual fun <T> runBlockingOnJvmAndNative(block: suspend () -> T): T
actual fun <T> runBlockingOnJvmAndNative(block: suspend () -> T): T
actual fun <T> runBlockingOnJvmAndNative(block: suspend () -> T): T
Link copied to clipboard