From 7ea5738b0eb63fd8e583a5f935cc50188c43f1d4 Mon Sep 17 00:00:00 2001 From: Dirk Zimmermann Date: Wed, 1 Sep 2021 13:56:39 +0200 Subject: [PATCH] Re-insert notify --- src/PEPTransport.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/PEPTransport.h b/src/PEPTransport.h index cb2de61..fadb5e2 100644 --- a/src/PEPTransport.h +++ b/src/PEPTransport.h @@ -53,6 +53,12 @@ NS_ASSUME_NONNULL_BEGIN callbackExecutionType:(PEPCallbackExcecutionType)callbackExecutionType error:(NSError * _Nullable * _Nullable)error; +- (BOOL)notifyWithChangeDelegate:(id _Nullable)statusChangeDelegate + signalSendResultDelegate:(id _Nullable)signalSendResultDelegate + signalIncomingMessageDelegate:(id _Nullable)signalIncomingMessageDelegate + callbackExecutionType:(PEPCallbackExcecutionType)callbackExecutionType + error:(NSError * _Nullable * _Nullable)error; + - (BOOL)configure:(PEPTransport * _Nullable)pEptransport withConfig:(PEPTransportConfig *)config transportStatusCode:(out PEPTransportStatusCode * _Nullable)tsc