A notification to inform the connected device that a specific system capability has changed.
Convenience init for required parameters
- (nonnull instancetype)initWithSystemCapability:
(nonnull SDLSystemCapability *)systemCapability;
init(systemCapability: SDLSystemCapability)
The system capability that has been updated
A SDLOnSystemCapabilityUpdated object
The system capability that has been updated.
SDLSystemCapability, Required
@property (nonatomic, strong) SDLSystemCapability *_Nonnull systemCapability;
var systemCapability: SDLSystemCapability { get set }