3.1.4.1.3.3 m:SendNotificationResultType Complex Type

The SendNotificationResultType complex type specifies the response of a client application to a push notification.

 <xs:complexType name="SendNotificationResultType">
   <xs:sequence>
     <xs:element name="SubscriptionStatus"
       type="t:SubscriptionStatusType"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists and describes the child elements of the SendNotificationResultType complex type.

Element name

Type

Description

SubscriptionStatus

t:SubscriptionStatusType (section 3.1.4.1.4.1)

Specifies the status of a push subscription.