Skip to content

Commit df73b7c

Browse files
committed
apiDump
1 parent 2cfa19a commit df73b7c

File tree

2 files changed

+68
-5
lines changed

2 files changed

+68
-5
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4364,6 +4364,12 @@ public final class io/getstream/chat/android/compose/viewmodel/channel/ChannelHe
43644364
public final fun getState ()Lkotlinx/coroutines/flow/StateFlow;
43654365
}
43664366

4367+
public final class io/getstream/chat/android/compose/viewmodel/channel/ChannelHeaderViewModelFactory : androidx/lifecycle/ViewModelProvider$Factory {
4368+
public static final field $stable I
4369+
public fun <init> (Ljava/lang/String;)V
4370+
public fun create (Ljava/lang/Class;)Landroidx/lifecycle/ViewModel;
4371+
}
4372+
43674373
public final class io/getstream/chat/android/compose/viewmodel/channel/ChannelInfoMemberViewModel : androidx/lifecycle/ViewModel {
43684374
public static final field $stable I
43694375
public fun <init> (Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)V

stream-chat-android-ui-common/api/stream-chat-android-ui-common.api

Lines changed: 62 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,40 @@ public abstract interface class io/getstream/chat/android/ui/common/disposable/D
1515
public abstract fun isDisposed ()Z
1616
}
1717

18+
public abstract interface class io/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewAction {
19+
}
20+
21+
public final class io/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewAction$MessageSent : io/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewAction {
22+
public static final field $stable I
23+
public static final field INSTANCE Lio/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewAction$MessageSent;
24+
public fun equals (Ljava/lang/Object;)Z
25+
public fun hashCode ()I
26+
public fun toString ()Ljava/lang/String;
27+
}
28+
29+
public abstract interface class io/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent {
30+
}
31+
32+
public final class io/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent$DraftChannelError : io/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent {
33+
public static final field $stable I
34+
public static final field INSTANCE Lio/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent$DraftChannelError;
35+
public fun equals (Ljava/lang/Object;)Z
36+
public fun hashCode ()I
37+
public fun toString ()Ljava/lang/String;
38+
}
39+
40+
public final class io/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent$NavigateToChannel : io/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent {
41+
public static final field $stable I
42+
public fun <init> (Ljava/lang/String;)V
43+
public final fun component1 ()Ljava/lang/String;
44+
public final fun copy (Ljava/lang/String;)Lio/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent$NavigateToChannel;
45+
public static synthetic fun copy$default (Lio/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent$NavigateToChannel;Ljava/lang/String;ILjava/lang/Object;)Lio/getstream/chat/android/ui/common/feature/channel/draft/DraftChannelViewEvent$NavigateToChannel;
46+
public fun equals (Ljava/lang/Object;)Z
47+
public final fun getCid ()Ljava/lang/String;
48+
public fun hashCode ()I
49+
public fun toString ()Ljava/lang/String;
50+
}
51+
1852
public abstract interface class io/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoMemberViewAction {
1953
}
2054

@@ -73,7 +107,7 @@ public final class io/getstream/chat/android/ui/common/feature/channel/info/Chan
73107
public final fun copy (Ljava/lang/String;Ljava/lang/String;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoMemberViewEvent$MessageMember;
74108
public static synthetic fun copy$default (Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoMemberViewEvent$MessageMember;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Object;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoMemberViewEvent$MessageMember;
75109
public fun equals (Ljava/lang/Object;)Z
76-
public final fun getChannelId ()Ljava/lang/String;
110+
public final fun getDistinctCid ()Ljava/lang/String;
77111
public final fun getMemberId ()Ljava/lang/String;
78112
public fun hashCode ()I
79113
public fun toString ()Ljava/lang/String;
@@ -390,17 +424,17 @@ public final class io/getstream/chat/android/ui/common/feature/channel/info/Chan
390424
public final fun copy (Ljava/lang/String;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToChannel;
391425
public static synthetic fun copy$default (Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToChannel;Ljava/lang/String;ILjava/lang/Object;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToChannel;
392426
public fun equals (Ljava/lang/Object;)Z
393-
public final fun getChannelId ()Ljava/lang/String;
427+
public final fun getCid ()Ljava/lang/String;
394428
public fun hashCode ()I
395429
public fun toString ()Ljava/lang/String;
396430
}
397431

398-
public final class io/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToNewChannel : io/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$Navigation {
432+
public final class io/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToDraftChannel : io/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$Navigation {
399433
public static final field $stable I
400434
public fun <init> (Ljava/lang/String;)V
401435
public final fun component1 ()Ljava/lang/String;
402-
public final fun copy (Ljava/lang/String;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToNewChannel;
403-
public static synthetic fun copy$default (Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToNewChannel;Ljava/lang/String;ILjava/lang/Object;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToNewChannel;
436+
public final fun copy (Ljava/lang/String;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToDraftChannel;
437+
public static synthetic fun copy$default (Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToDraftChannel;Ljava/lang/String;ILjava/lang/Object;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToDraftChannel;
404438
public fun equals (Ljava/lang/Object;)Z
405439
public final fun getMemberId ()Ljava/lang/String;
406440
public fun hashCode ()I
@@ -1172,6 +1206,29 @@ public final class io/getstream/chat/android/ui/common/permissions/VisualMediaTy
11721206
public static fun values ()[Lio/getstream/chat/android/ui/common/permissions/VisualMediaType;
11731207
}
11741208

1209+
public abstract interface class io/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState {
1210+
}
1211+
1212+
public final class io/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState$Content : io/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState {
1213+
public static final field $stable I
1214+
public fun <init> (Lio/getstream/chat/android/models/Channel;)V
1215+
public final fun component1 ()Lio/getstream/chat/android/models/Channel;
1216+
public final fun copy (Lio/getstream/chat/android/models/Channel;)Lio/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState$Content;
1217+
public static synthetic fun copy$default (Lio/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState$Content;Lio/getstream/chat/android/models/Channel;ILjava/lang/Object;)Lio/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState$Content;
1218+
public fun equals (Ljava/lang/Object;)Z
1219+
public final fun getChannel ()Lio/getstream/chat/android/models/Channel;
1220+
public fun hashCode ()I
1221+
public fun toString ()Ljava/lang/String;
1222+
}
1223+
1224+
public final class io/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState$Loading : io/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState {
1225+
public static final field $stable I
1226+
public static final field INSTANCE Lio/getstream/chat/android/ui/common/state/channel/draft/DraftChannelViewState$Loading;
1227+
public fun equals (Ljava/lang/Object;)Z
1228+
public fun hashCode ()I
1229+
public fun toString ()Ljava/lang/String;
1230+
}
1231+
11751232
public abstract interface class io/getstream/chat/android/ui/common/state/channel/info/ChannelInfoMemberViewState {
11761233
}
11771234

0 commit comments

Comments
 (0)