UrlHandlerPair
Description
An object that represents a feature/rest call that has a capabilities handler which decides whether the feature is available or not on the current platform/device and/or if it has special constraints or attributes. (Note: The field level constraints listed here might not cover all the constraints on the field. Additional constraints might exist.)
Model Properties
Property | Required | Type | Description | |||
---|---|---|---|---|---|---|
url | False | string | URL for which the capabilities handler applies. | |||
capabilitiesHandler | False | string | Represents the handler that decides if the feature, identified though the URL, is available for the device or not and it returns its constraints if any and/or its attribute capabilities. |