mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Always use roomSummaryQueryParams
, and not directly a RoomSummaryQueryParams.Builder()
Also format and add some Kdoc
This commit is contained in:
parent
12b3afbc50
commit
49a29fb56f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ fun roomSummaryQueryParams(init: (RoomSummaryQueryParams.Builder.() -> Unit) = {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a [RoomSummaryQueryParams] object, calling [init] with a [RoomSummaryQueryParams.Builder]
|
* Create a [SpaceSummaryQueryParams] object (which is a [RoomSummaryQueryParams]), calling [init] with a [RoomSummaryQueryParams.Builder]
|
||||||
* This is specific for spaces, other filters will be applied after invoking [init]
|
* This is specific for spaces, other filters will be applied after invoking [init]
|
||||||
*/
|
*/
|
||||||
fun spaceSummaryQueryParams(init: (RoomSummaryQueryParams.Builder.() -> Unit) = {}): SpaceSummaryQueryParams {
|
fun spaceSummaryQueryParams(init: (RoomSummaryQueryParams.Builder.() -> Unit) = {}): SpaceSummaryQueryParams {
|
||||||
|
|
Loading…
Reference in a new issue