zdk.objc
Instance Methods | Properties | List of all members
<ZDKCallStatus> Protocol Reference

Call's status information. More...

#import <ZDKCallStatus.h>

Inheritance diagram for <ZDKCallStatus>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

ZDKOriginType origin
 Gets the call initiator. More...
 
ZDKCallLineStatus lineStatus
 Gets the current state of the call. More...
 

Detailed Description

Call's status information.

Show the call's related status information

See also
ZDKCall

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ lineStatus

- (ZDKCallLineStatus) lineStatus
readnonatomicassign

Gets the current state of the call.

Returns
The call's state
See also
CallLineStatus

◆ origin

- (ZDKOriginType) origin
readnonatomicassign

Gets the call initiator.

Indicates who initiated the call - incoming or outgoing one.

Returns
The calls direction
See also
OriginType

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