ServiceUpdateReason
AppServiceRecord
AppServiceCapability
AppServiceCapability
ServiceUpdateReason
Get the UpdateReason
Kind: Instance method of AppServiceCapability
Returns: ServiceUpdateReason
- the KEY_UPDATE_REASON value
AppServiceRecord
Get the UpdatedAppServiceRecord
Kind: Instance method of AppServiceCapability
Returns: AppServiceRecord
- the KEY_UPDATED_APP_SERVICE_RECORD value
AppServiceCapability
Set the UpdateReason
Kind: Instance method of AppServiceCapability
Returns: AppServiceCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
reason | ServiceUpdateReason |
Only included in OnSystemCapabilityUpdated. Update reason for service record. - The desired UpdateReason. |
AppServiceCapability
Set the UpdatedAppServiceRecord
Kind: Instance method of AppServiceCapability
Returns: AppServiceCapability
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
record | AppServiceRecord |
Service record for a specific app service provider - The desired UpdatedAppServiceRecord. |