//core/com.kustomer.core.providers/KusKbProvider/fetchFeaturedArticles
[androidJvm]
abstract suspend fun fetchFeaturedArticles(locale: Locale): KusResult<List<KusKbArticle>>
Returns list of featured articles within a KnowledgeBase Default knowledgebase id is used if no value is overridden in the Core SDK KustomerCoreOptions.knowledgeBaseId
Note: This is a suspend function and should be called from Kotlin Coroutines
List of KusKbArticle
androidJvm
locale | Device locale |