Response to the request to register a service offered by this app on the module.
Convenience init.
- (nonnull instancetype)initWithAppServiceRecord:
(nonnull SDLAppServiceRecord *)appServiceRecord;
init(appServiceRecord: SDLAppServiceRecord)
If the request was successful, this object will be the current status of the service record for the published service. This will include the Core supplied service ID.
A SDLPublishAppServiceResponse object
If the request was successful, this object will be the current status of the service record for the published service. This will include the Core supplied service ID.
SDLAppServiceRecord, Optional
@property (nonatomic, strong, nullable) SDLAppServiceRecord *appServiceRecord;
var appServiceRecord: SDLAppServiceRecord? { get set }