Response to the request to request an app service.
Convenience init for all parameters.
- (nonnull instancetype)initWithServiceSpecificResult:
(nonnull NSString *)serviceSpecificResult;
init(serviceSpecificResult: String)
The service can provide specific result strings to the consumer through this param.
A SDLPerformAppServiceInteractionResponse object
The service can provide specific result strings to the consumer through this param.
String, Optional
@property (nonatomic, strong, nullable) NSString *serviceSpecificResult;
var serviceSpecificResult: String? { get set }