DeviceNotificationHandlers
MBAE deprecation warning
Important
Starting in Windows 10, version 1803, the MBAE app experience is replaced by an MO UWP app. For more information about MO UWP apps, see UWP mobile broadband apps.
The DeviceNotificationHandlers element specifies the device notification handlers.
Usage
<DeviceNotificationHandlers>
Child element
</DeviceNotificationHandlers>
Attributes
There are no attributes.
Child elements
Element | Description |
---|---|
Specifies a device notification handler. |
Parent elements
Element | Description |
---|---|
Specifies the app that will be downloaded when the operator’s Mobile Broadband hardware is detected on the PC. |
XSD
<xs:element name="DeviceNotificationHandlers" type="tns:DeviceNotificationHandlersType" minOccurs="0" />
<xs:complexType name="DeviceNotificationHandlersType">
<xs:sequence>
<xs:element name="DeviceNotificationHandler" type="tns:DeviceNotificationHandlerType" maxOccurs="unbounded" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
Remarks
The DeviceNotificationHandlers element is optional.