Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;