ApsProperties Class

 

The "aps" property contains the definition of a notification targeting Apple Push Notification Service (APNS). It is intended to be used from the ApplePushMessage class.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

System.Object
  System.Collections.Generic.Dictionary(Of TKey, TValue)
    Microsoft.WindowsAzure.Mobile.Service.ApsProperties

<SerializableAttribute>
Public Class ApsProperties
	Inherits Dictionary(Of String, Object)

NameDescription
System_CAPS_pubmethodApsProperties()

Initializes a new instance of the ApsProperties class.

System_CAPS_protmethodApsProperties(SerializationInfo, StreamingContext)

Initializes a new instance of the ApsProperties class with the specified serialization information and streaming context.

NameDescription
System_CAPS_pubpropertyAlert

The alert message as a single string. For more complex alert message options, please use M:AlertProperties.

System_CAPS_pubpropertyAlertProperties

The alert message as a dictionary with additional properties describing the alert such as localization information, which image to display, etc. If the alert is simply a string then please use M:Alert.

System_CAPS_pubpropertyBadge

The number to display as the badge of the application icon. If this property is absent, the badge is not changed. To remove the badge, set the value of this property to 0.

System_CAPS_pubpropertyComparer
System_CAPS_pubpropertyContentAvailable

Provide this key with a value of 1 to indicate that new content is available. This is used to support Newsstand apps and background content downloads.

System_CAPS_pubpropertyCount
System_CAPS_pubpropertyItem(TKey)
System_CAPS_pubpropertyKeys
System_CAPS_pubpropertySound

The name of a sound file in the application bundle. The sound in this file is played as an alert. If the sound file doesn’t exist or default is specified as the value, the default alert sound is played. The audio must be in one of the audio data formats that are compatible with system sounds;

System_CAPS_pubpropertyValues

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: