Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLPerformAppServiceInteractionResponse

SDLPerformAppServiceInteractionResponse Class Reference

Section Contents

Overview

Response to the request to request an app service.

-initWithServiceSpecificResult:

Convenience init for all parameters.

Objective-C

- (nonnull instancetype)initWithServiceSpecificResult:
    (nonnull NSString *)serviceSpecificResult;

Swift

init(serviceSpecificResult: String)

Parameters

serviceSpecificResult

The service can provide specific result strings to the consumer through this param.

Return Value

A SDLPerformAppServiceInteractionResponse object

serviceSpecificResult

The service can provide specific result strings to the consumer through this param.

String, Optional

Objective-C

@property (nonatomic, strong, nullable) NSString *serviceSpecificResult;

Swift

var serviceSpecificResult: String? { get set }
View on GitHub.com
Previous Section Next Section