getCategory

fun getCategory(categoryID: String): VMECategory?

Returns a requested category.

Return

A category object that corresponds to the category ID, or null if ID doesn't exist.

Notes

Can be called during or after the VMELifeCycleListener.mapDataDidLoad notification.

Since

1.10

Parameters

categoryID

The ID of the category to return.