appSummaryList

@JvmName(name = "listAppsResponseAppSummary")
fun Flow<ListAppsResponse>.appSummaryList(): Flow<AppSummary>

This paginator transforms the flow returned by listAppsPaginated to access the nested member AppSummary

Return

A kotlinx.coroutines.flow.Flow that can collect AppSummary


@JvmName(name = "searchAppsResponseAppSummary")
fun Flow<SearchAppsResponse>.appSummaryList(): Flow<AppSummary>

This paginator transforms the flow returned by searchAppsPaginated to access the nested member AppSummary

Return

A kotlinx.coroutines.flow.Flow that can collect AppSummary