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
SDLOnSystemCapabilityUpdated

SDLOnSystemCapabilityUpdated Class Reference

Section Contents

Overview

A notification to inform the connected device that a specific system capability has changed.

-initWithSystemCapability:

Convenience init for required parameters

Objective-C

- (nonnull instancetype)initWithSystemCapability:
    (nonnull SDLSystemCapability *)systemCapability;

Swift

init(systemCapability: SDLSystemCapability)

Parameters

systemCapability

The system capability that has been updated

Return Value

A SDLOnSystemCapabilityUpdated object

systemCapability

The system capability that has been updated.

SDLSystemCapability, Required

Objective-C

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

Swift

var systemCapability: SDLSystemCapability { get set }
View on GitHub.com
Previous Section Next Section