containsGroup

abstract suspend fun containsGroup(groupName: String): Boolean(source)

Check if a group exists in the store.

A group exists if at least one feature is associated with the group name.

Return

true if at least one feature with this group exists, false otherwise

Parameters

groupName

Group name