Re-insert notify

copy_objc_PEPTransport
Dirk Zimmermann 2 years ago
parent 227304f5e5
commit 7ea5738b0e

@ -53,6 +53,12 @@ NS_ASSUME_NONNULL_BEGIN
callbackExecutionType:(PEPCallbackExcecutionType)callbackExecutionType
error:(NSError * _Nullable * _Nullable)error;
- (BOOL)notifyWithChangeDelegate:(id<PEPStatusChangeDelegate> _Nullable)statusChangeDelegate
signalSendResultDelegate:(id<PEPSendResultDelegate> _Nullable)signalSendResultDelegate
signalIncomingMessageDelegate:(id<PEPIncomingMessageDelegate> _Nullable)signalIncomingMessageDelegate
callbackExecutionType:(PEPCallbackExcecutionType)callbackExecutionType
error:(NSError * _Nullable * _Nullable)error;
- (BOOL)configure:(PEPTransport * _Nullable)pEptransport
withConfig:(PEPTransportConfig *)config
transportStatusCode:(out PEPTransportStatusCode * _Nullable)tsc

Loading…
Cancel
Save