Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listChannelsResponseChannelData")
fun Flow<ListChannelsResponse>.channels(): Flow<ChannelData>

This paginator transforms the flow returned by listChannelsPaginated to access the nested member ChannelData

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listSpacesResponseSpaceData")
fun Flow<ListSpacesResponse>.spaces(): Flow<SpaceData>

This paginator transforms the flow returned by listSpacesPaginated to access the nested member SpaceData