shouldHideObject

fun shouldHideObject(objectId: Long, objectName: String, currentLanguage: String?): Boolean

Checks if the object (e.g. exercise) ID or string match at least one of hiding rules.

Return

True of the object is supposed to be hidden, false otherwise.