Resource
Properties
Functions
Link copied to clipboard
internal fun reload(client: DeezerApiClient, coroutineContext: ERROR CLASS: Symbol not found for CoroutineContext = EmptyCoroutineContext): Resource
internal fun reload(client: DeezerApiJavaClient, coroutineContext: ERROR CLASS: Symbol not found for CoroutineContext = EmptyCoroutineContext): Resource
Reloads the resource from the API, getting all of its full properties if it was initially obtained partially, or it's outdated
Reloads the current resource from the API, getting all of its full properties if it was initially obtained partially, or it's outdated
Link copied to clipboard
Reloads the resource from the API, getting all of its full properties if it was initially obtained partially, or it's outdated
Link copied to clipboard
fun reloadFuture(coroutineContext: ERROR CLASS: Symbol not found for CoroutineContext = EmptyCoroutineContext): CompletableFuture<out Resource>
internal fun reloadFuture(client: DeezerApiClient, coroutineContext: ERROR CLASS: Symbol not found for CoroutineContext = EmptyCoroutineContext): CompletableFuture<Resource>
internal fun reloadFuture(client: DeezerApiJavaClient, coroutineContext: ERROR CLASS: Symbol not found for CoroutineContext = EmptyCoroutineContext): CompletableFuture<Resource>
Reloads the resource from the API with CompletableFuture, getting all of its full properties if it was initially obtained partially, or it's outdated.