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 }