Header menu logo BaboonAPI

TrackReloader Module

Functions and values

Function or value Description

ReloadAll onProgress

Full Usage: ReloadAll onProgress

Parameters:
    onProgress : Action<Progress> - Progress callback, will receive all progress events

Returns: YieldTask<Result<unit, exn>> A YieldTask that must be started using StartCoroutine.

Reload the list of tracks and collections asynchronously.

C# Action variant.

onProgress : Action<Progress>

Progress callback, will receive all progress events

Returns: YieldTask<Result<unit, exn>>

A YieldTask that must be started using StartCoroutine.

ReloadTracks onProgress

Full Usage: ReloadTracks onProgress

Parameters:
    onProgress : Action<Progress> - Progress callback, will received events up to FirstStageDone

Returns: YieldTask<Result<unit, exn>> A YieldTask that must be started using StartCoroutine.

Reload the list of tracks asynchronously, then update existing collections with the new tracks.

C# Action variant.

onProgress : Action<Progress>

Progress callback, will received events up to FirstStageDone

Returns: YieldTask<Result<unit, exn>>

A YieldTask that must be started using StartCoroutine.

reloadAll onProgress

Full Usage: reloadAll onProgress

Parameters:
    onProgress : Progress -> unit - Progress callback, will receive all progress events

Returns: YieldTask<Result<unit, exn>> A YieldTask that must be started using StartCoroutine.

Reload the list of tracks and collections asynchronously.

onProgress : Progress -> unit

Progress callback, will receive all progress events

Returns: YieldTask<Result<unit, exn>>

A YieldTask that must be started using StartCoroutine.

reloadTracks onProgress

Full Usage: reloadTracks onProgress

Parameters:
    onProgress : Progress -> unit - Progress callback, will received events up to FirstStageDone

Returns: YieldTask<Result<unit, exn>> A YieldTask that must be started using StartCoroutine.

Reload the list of tracks asynchronously, then update existing collections with the new tracks.

The onProgress callback will only be called up to FirstStageDone.

onProgress : Progress -> unit

Progress callback, will received events up to FirstStageDone

Returns: YieldTask<Result<unit, exn>>

A YieldTask that must be started using StartCoroutine.

Type something to start searching.