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-client/api/stream-chat-android-client.api
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -266,6 +266,7 @@ public final class io/getstream/chat/android/client/ChatClient$Builder : io/gets
266
266
public final fun appVersion (Ljava/lang/String;)Lio/getstream/chat/android/client/ChatClient$Builder;
267
267
public final fun baseUrl (Ljava/lang/String;)Lio/getstream/chat/android/client/ChatClient$Builder;
268
268
public fun build ()Lio/getstream/chat/android/client/ChatClient;
269
+
public final fun cdn (Lio/getstream/chat/android/client/cdn/CDN;)Lio/getstream/chat/android/client/ChatClient$Builder;
269
270
public final fun cdnUrl (Ljava/lang/String;)Lio/getstream/chat/android/client/ChatClient$Builder;
270
271
public final fun clientDebugger (Lio/getstream/chat/android/client/debugger/ChatClientDebugger;)Lio/getstream/chat/android/client/ChatClient$Builder;
271
272
public final fun config (Lio/getstream/chat/android/client/api/ChatClientConfig;)Lio/getstream/chat/android/client/ChatClient$Builder;
@@ -909,6 +910,27 @@ public final class io/getstream/chat/android/client/audio/WaveformExtractorKt {
909
910
public static final fun isEof (Landroid/media/MediaCodec$BufferInfo;)Z
910
911
}
911
912
913
+
public abstract interface class io/getstream/chat/android/client/cdn/CDN {
914
+
public fun fileRequest (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
915
+
public static synthetic fun fileRequest$suspendImpl (Lio/getstream/chat/android/client/cdn/CDN;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
916
+
public fun imageRequest (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
917
+
public static synthetic fun imageRequest$suspendImpl (Lio/getstream/chat/android/client/cdn/CDN;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
918
+
}
919
+
920
+
public final class io/getstream/chat/android/client/cdn/CDNRequest {
921
+
public fun <init> (Ljava/lang/String;Ljava/util/Map;)V
922
+
public synthetic fun <init> (Ljava/lang/String;Ljava/util/Map;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
923
+
public final fun component1 ()Ljava/lang/String;
924
+
public final fun component2 ()Ljava/util/Map;
925
+
public final fun copy (Ljava/lang/String;Ljava/util/Map;)Lio/getstream/chat/android/client/cdn/CDNRequest;
926
+
public static synthetic fun copy$default (Lio/getstream/chat/android/client/cdn/CDNRequest;Ljava/lang/String;Ljava/util/Map;ILjava/lang/Object;)Lio/getstream/chat/android/client/cdn/CDNRequest;
927
+
public fun equals (Ljava/lang/Object;)Z
928
+
public final fun getHeaders ()Ljava/util/Map;
929
+
public final fun getUrl ()Ljava/lang/String;
930
+
public fun hashCode ()I
931
+
public fun toString ()Ljava/lang/String;
932
+
}
933
+
912
934
public final class io/getstream/chat/android/client/channel/ChannelClient {
913
935
public final fun acceptInvite (Ljava/lang/String;)Lio/getstream/result/call/Call;
914
936
public final fun addMembers (Lio/getstream/chat/android/client/query/AddMembersParams;)Lio/getstream/result/call/Call;
Copy file name to clipboardExpand all lines: stream-chat-android-client/src/main/java/io/getstream/chat/android/client/api/state/ChatClientStateExtensions.kt
0 commit comments