AWSPinpointTargetingGetVoiceChannelResponse
Objective-C
@interface AWSPinpointTargetingGetVoiceChannelResponse
Swift
class AWSPinpointTargetingGetVoiceChannelResponse
-
Provides information about the status and settings of the voice channel for an application.
Declaration
Objective-C
@property (nonatomic, strong) AWSPinpointTargetingVoiceChannelResponse *_Nullable voiceChannelResponse;
Swift
var voiceChannelResponse: AWSPinpointTargetingVoiceChannelResponse? { get set }