Registers a service offered by this app on the module. Subsequent calls with the same service type will update the manifest for that service.
Convenience init.
- (nonnull instancetype)initWithAppServiceManifest:
(nonnull SDLAppServiceManifest *)appServiceManifest;
init(appServiceManifest: SDLAppServiceManifest)
The app service manifest
A SDLPublishAppService object
The manifest of the service that wishes to be published. If already published, the updated manifest for this service.
SDLAppServiceManifest, Required
@property (nonatomic, strong) SDLAppServiceManifest *_Nonnull appServiceManifest;
var appServiceManifest: SDLAppServiceManifest { get set }