customer-android-kotlin

//core/com.kustomer.core.providers/KusKbProvider/fetchFeaturedArticles

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

Return

List of KusKbArticle

Parameters

androidJvm

   
locale Device locale