SDLPerformAudioPassThruResponse Class Reference

Section Contents

Overview

Perform Audio Pass Thru Response is sent, when PerformAudioPassThru has been called

Since SmartDeviceLink 2.0

-init

@abstract Constructs a new SDLPerformAudioPassThruResponse object

Objective-C

- (instancetype)init;

Swift

init!()

-initWithDictionary:

@abstract Constructs a new SDLPerformAudioPassThruResponse object indicated by the dictionary parameter - parameter: dict The dictionary to use

Objective-C

- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

Swift

init!(dictionary dict: NSMutableDictionary!)

Parameters

dict

The dictionary to use