ACSCallDirection Enum
Declaration
typedef enum ACSCallDirection : NSInteger { ... } ACSCallDirection;
Description
Direction of a Call
Values
Name | Value | Description | Remarks |
---|---|---|---|
ACSCallDirectionOutgoing |
1 | Outgoing call | |
ACSCallDirectionIncoming |
2 | Incoming call |