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 }