zdk.objc
Instance Methods | List of all members
<ZDKCallsProviderEventsHandler> Protocol Reference
Inheritance diagram for <ZDKCallsProviderEventsHandler>:
<ZDKEventHandle>

Instance Methods

(void) - onCallsProvider:activeCallchanged:
 
(void) - onCallsProvider:calladded:
 Notify upon call is added. More...
 
(void) - onCallsProvider:callremoved:
 Notify upon call is removed. More...
 
(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKEventHandle>
(long int) - eventHandle
 
(NSString *) - handlesDescription
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription
optional

Reimplemented from <ZDKEventHandle>.

◆ onCallsProvider:calladded:

- (void) onCallsProvider: (id< ZDKCallsProvider >)  callsProvider
calladded: (id< ZDKCall >)  call 
optional

Notify upon call is added.

Notify upon call is added

Parameters
[in]callsProviderThe calls provider
[in]callThe active call that was added
See also
ZDKCallsProvider, ZDKCall

◆ onCallsProvider:callremoved:

- (void) onCallsProvider: (id< ZDKCallsProvider >)  callsProvider
callremoved: (id< ZDKCall >)  call 
optional

Notify upon call is removed.

Notify upon call is removed

Parameters
[in]callsProviderThe calls provider
[in]callThe active call that was removed
See also
ZDKCallsProvider, ZDKCall

The documentation for this protocol was generated from the following file: