This notification includes the data that is updated from the specific service.
Convenience init for all parameters.
- (nonnull instancetype)initWithServiceData:
(nonnull SDLAppServiceData *)serviceData;
init(serviceData: SDLAppServiceData)
The updated app service data
A SDLOnAppServiceData object
The updated app service data.
SDLAppServiceData, Required
@property (nonatomic, strong) SDLAppServiceData *_Nonnull serviceData;
var serviceData: SDLAppServiceData { get set }