Capabilities of app services including what service types are supported and the current state of services.
@since RPC 5.1
Convenience init.
- (nonnull instancetype)initWithAppServices:
(nullable NSArray<SDLAppServiceCapability *> *)appServices;
init(appServices: [SDLAppServiceCapability]?)
An array of currently available services.
A SDLAppServicesCapabilities object
An array of currently available services. If this is an update to the capability the affected services will include an update reason in that item.
Array of SDLAppServiceCapability, Optional
@property (nonatomic, strong, nullable) NSArray<SDLAppServiceCapability *> *appServices;
var appServices: [SDLAppServiceCapability]? { get set }