mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 08:33:13 +02:00
Expose the 'Stopped' event to Swift and Node
Swift: ChatListener.chatServiceConnectionWasInterrupted(_:) Node: ChatServiceListener.onConnectionInterrupted()
This commit is contained in:
@@ -626,6 +626,7 @@ public final class Native {
|
||||
public static native void TESTING_ChatServiceErrorConvert(String errorDescription) throws Exception;
|
||||
public static native Object TESTING_ChatServiceResponseAndDebugInfoConvert() throws Exception;
|
||||
public static native Object TESTING_ChatServiceResponseConvert(boolean bodyPresent) throws Exception;
|
||||
public static native void TESTING_ChatService_InjectConnectionInterrupted(long chat);
|
||||
public static native void TESTING_ChatService_InjectRawServerRequest(long chat, byte[] bytes);
|
||||
public static native void TESTING_ErrorOnBorrowAsync(Object input);
|
||||
public static native CompletableFuture TESTING_ErrorOnBorrowIo(long asyncRuntime, Object input);
|
||||
|
||||
Reference in New Issue
Block a user