SDLGetSystemCapabilityResponse Class Reference

Section Contents

Overview

Response to SDLGetSystemCapability

systemCapability

The requested system capability, of the type that was sent in the request

Optional

Objective-C

@property (nonatomic, strong, nullable) SDLSystemCapability *systemCapability;

Swift

var systemCapability: SDLSystemCapability? { get set }