zdk.objc
ZDKOSCallRepresentative.h
1//
2// ZDKOSCallRepresentative.h
3// ZDK
4//
5
6#ifndef ZDKOSCallRepresentative_h
7#define ZDKOSCallRepresentative_h
8
9#import <Foundation/Foundation.h>
10#import "ZDKOSCallCordinatorEventsHandler.h"
11#import "ZDKZHandle.h"
12#import "ZDKOSCallCordinatorEventsHandler.h"
14
15NS_ASSUME_NONNULL_BEGIN
16
18
19-(void)notifyCallActive;
20-(void)notifyCallHeld;
21-(void)notifyCallEnded;
22-(void)setOSCallCoordinatorEventListener:(id<ZDKOSCallCordinatorEventsHandler>)value ;
23-(void)dropOSCallCoordinatorEventListener:(id<ZDKOSCallCordinatorEventsHandler>)value ;
24-(NSString*)handlesDescription;
25
26@end
27
28NS_ASSUME_NONNULL_END
29
30#endif
Definition: ZDKOSCallCordinatorEventsHandler.h:20
Definition: ZDKOSCallRepresentative.h:17
Definition: ZDKZHandle.h:13