You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-chat-android-ui-common/api/stream-chat-android-ui-common.api
+62-5Lines changed: 62 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,40 @@ public abstract interface class io/getstream/chat/android/ui/common/disposable/D
15
15
public abstract fun isDisposed ()Z
16
16
}
17
17
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
+
18
52
public abstract interface class io/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoMemberViewAction {
19
53
}
20
54
@@ -73,7 +107,7 @@ public final class io/getstream/chat/android/ui/common/feature/channel/info/Chan
73
107
public final fun copy (Ljava/lang/String;Ljava/lang/String;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoMemberViewEvent$MessageMember;
74
108
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;
75
109
public fun equals (Ljava/lang/Object;)Z
76
-
public final fun getChannelId ()Ljava/lang/String;
110
+
public final fun getDistinctCid ()Ljava/lang/String;
77
111
public final fun getMemberId ()Ljava/lang/String;
78
112
public fun hashCode ()I
79
113
public fun toString ()Ljava/lang/String;
@@ -390,17 +424,17 @@ public final class io/getstream/chat/android/ui/common/feature/channel/info/Chan
390
424
public final fun copy (Ljava/lang/String;)Lio/getstream/chat/android/ui/common/feature/channel/info/ChannelInfoViewEvent$NavigateToChannel;
391
425
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;
392
426
public fun equals (Ljava/lang/Object;)Z
393
-
public final fun getChannelId ()Ljava/lang/String;
427
+
public final fun getCid ()Ljava/lang/String;
394
428
public fun hashCode ()I
395
429
public fun toString ()Ljava/lang/String;
396
430
}
397
431
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 {
399
433
public static final field $stable I
400
434
public fun <init> (Ljava/lang/String;)V
401
435
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;
404
438
public fun equals (Ljava/lang/Object;)Z
405
439
public final fun getMemberId ()Ljava/lang/String;
406
440
public fun hashCode ()I
@@ -1172,6 +1206,29 @@ public final class io/getstream/chat/android/ui/common/permissions/VisualMediaTy
1172
1206
public static fun values ()[Lio/getstream/chat/android/ui/common/permissions/VisualMediaType;
1173
1207
}
1174
1208
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
+
1175
1232
public abstract interface class io/getstream/chat/android/ui/common/state/channel/info/ChannelInfoMemberViewState {
0 commit comments