|
Reload the list of tracks and collections asynchronously.
-
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 asynchronously, then update existing collections with the new tracks.
-
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 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.
|
|
Reload the list of tracks asynchronously, then update existing collections with the new tracks.
-
onProgress
:
Progress -> unit
-
Progress callback, will received events up to FirstStageDone
-
Returns:
YieldTask<Result<unit, exn>>
-
A YieldTask that must be started using StartCoroutine.
|