contains

external fun contains(storeId: Int): Boolean

Check if the specified store ID has any category in the list.


external fun contains(storeId: Int, categoryId: Int): Boolean

Check if the specified category ID from the specified store ID was already added.