Skip to content

Commit e467cef

Browse files
committed
Clean-up
1 parent e067c09 commit e467cef

6 files changed

Lines changed: 100 additions & 90 deletions

File tree

stream-chat-android-client/src/main/java/io/getstream/chat/android/client/ChatClient.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3153,6 +3153,9 @@ internal constructor(
31533153
/**
31543154
* Queries channels grouped into the specified groups and returns the first page of each.
31553155
*
3156+
* **IMPORTANT: This is an enterprise feature and is disabled by default. For more info, reach out to our
3157+
* Contact & Support.**
3158+
*
31563159
* @param groups The group names to fetch. Required; must contain at least one group name.
31573160
* Duplicate names are silently de-duplicated.
31583161
* @param limit Default max channels per group. `null` uses the server default.
@@ -3181,6 +3184,9 @@ internal constructor(
31813184
* pagination cursors. Pagination (`next` or `prev` on any group) is only allowed when
31823185
* exactly one group is requested.
31833186
*
3187+
* **IMPORTANT: This is an enterprise feature and is disabled by default. For more info, reach out to our
3188+
* Contact & Support.**
3189+
*
31843190
* @param limit Default max channels per group when a group does not specify its own limit.
31853191
* `null` uses the server default.
31863192
* @param groups Optional per-group configuration keyed by group name. `null` returns the

stream-chat-android-compose/api/stream-chat-android-compose.api

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4941,10 +4941,19 @@ public final class io/getstream/chat/android/compose/viewmodel/channels/ChannelV
49414941
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Lio/getstream/chat/android/models/querysort/QuerySorter;Lio/getstream/chat/android/models/FilterObject;ILjava/lang/Integer;Ljava/lang/Integer;Lio/getstream/chat/android/state/event/handler/chat/factory/ChatEventHandlerFactory;Z)V
49424942
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Lio/getstream/chat/android/models/querysort/QuerySorter;Lio/getstream/chat/android/models/FilterObject;ILjava/lang/Integer;Ljava/lang/Integer;Lio/getstream/chat/android/state/event/handler/chat/factory/ChatEventHandlerFactory;ZLio/getstream/chat/android/models/querysort/QuerySorter;)V
49434943
public synthetic fun <init> (Lio/getstream/chat/android/client/ChatClient;Lio/getstream/chat/android/models/querysort/QuerySorter;Lio/getstream/chat/android/models/FilterObject;ILjava/lang/Integer;Ljava/lang/Integer;Lio/getstream/chat/android/state/event/handler/chat/factory/ChatEventHandlerFactory;ZLio/getstream/chat/android/models/querysort/QuerySorter;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
4944+
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;)V
4945+
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;)V
4946+
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;)V
4947+
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;I)V
4948+
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;ILjava/lang/Integer;)V
4949+
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;ILjava/lang/Integer;Ljava/lang/Integer;)V
4950+
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;ILjava/lang/Integer;Ljava/lang/Integer;Lio/getstream/chat/android/state/event/handler/chat/factory/ChatEventHandlerFactory;)V
4951+
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;ILjava/lang/Integer;Ljava/lang/Integer;Lio/getstream/chat/android/state/event/handler/chat/factory/ChatEventHandlerFactory;Z)V
49444952
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;ILjava/lang/Integer;Ljava/lang/Integer;Lio/getstream/chat/android/state/event/handler/chat/factory/ChatEventHandlerFactory;ZLio/getstream/chat/android/models/querysort/QuerySorter;)V
49454953
public synthetic fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;Ljava/util/Map;Ljava/util/Map;ILjava/lang/Integer;Ljava/lang/Integer;Lio/getstream/chat/android/state/event/handler/chat/factory/ChatEventHandlerFactory;ZLio/getstream/chat/android/models/querysort/QuerySorter;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
4946-
public fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;ZLio/getstream/chat/android/models/querysort/QuerySorter;)V
4947-
public synthetic fun <init> (Lio/getstream/chat/android/client/ChatClient;Ljava/lang/String;ZLio/getstream/chat/android/models/querysort/QuerySorter;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
4954+
public fun <init> (Ljava/lang/String;)V
4955+
public fun <init> (Ljava/lang/String;Lio/getstream/chat/android/client/ChatClient;ZLio/getstream/chat/android/models/querysort/QuerySorter;)V
4956+
public synthetic fun <init> (Ljava/lang/String;Lio/getstream/chat/android/client/ChatClient;ZLio/getstream/chat/android/models/querysort/QuerySorter;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
49484957
public fun create (Ljava/lang/Class;)Landroidx/lifecycle/ViewModel;
49494958
}
49504959

0 commit comments

Comments
 (0)