getViewModelNames

suspend fun getViewModelNames(fileHandle: FileHandle): List<String>

Query the file for available view model names. Returns on onViewModelsListed.

Return

A list of view model names in the file.

Parameters

fileHandle

The handle of the file to query.

Throws

If the file handle is invalid.

If the CommandQueue has been released.

If the coroutine is cancelled before the operation completes.