get Clips Count
Retrieves the count of clips for the specified categories.
This method checks if the SDK is initialized and if the provided list of category IDs is not empty. If either condition is not met, it returns 0. Otherwise, it fetches the clips count from singleStoryDataSource.
Return
The count of clips for the specified categories. Returns 0 if the SDK is not initialized or if the categoryIds list is empty.
Parameters
category Ids
A list of category IDs for which the clips count is to be fetched. This list must not be empty.