ApsProperties Properties
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | Alert | The alert message as a single string. For more complex alert message options, please use M:AlertProperties. |
![]() | AlertProperties | 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. |
![]() | Badge | 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. |
![]() | Comparer | (Inherited from Dictionary<TKey, TValue>.) |
![]() | ContentAvailable | 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. |
![]() | Count | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Keys | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Sound | 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; |
![]() | Values | (Inherited from Dictionary<TKey, TValue>.) |
