ACSAddPhoneNumberOptions Class

Declaration

@interface ACSAddPhoneNumberOptions : NSObject;

Description

Options when making an outgoing PSTN call

Methods

init

Creates a new instance with a default configuration

-(instancetype)init;

Properties

alternateCallerId

The alternate callerId phone number to be displayed at the receiving end

@property(nonatomic, nonnull) PhoneNumberIdentifier* alternateCallerId;