ACSCallEndReason Class

Declaration

@interface ACSCallEndReason : NSObject;

Description

Describes the reason for a call to end

Methods

Properties

code

The code

@property (readonly) int code;

subcode

The subcode

@property (readonly) int subcode;