AlertProperties Properties
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
| Name | Description | |
|---|---|---|
![]() | ActionLocKey | If a string is specified, the system displays an alert with two buttons. The string is used as a key to get a localized string in the current localization to use for the right button’s title instead of “View”. |
![]() | Body | The text of the alert message. |
![]() | Comparer | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Count | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Keys | (Inherited from Dictionary<TKey, TValue>.) |
![]() | LaunchImage | The filename of an image file in the application bundle; it may include the extension or omit it. The image is used as the launch image when users tap the action button or move the action slider. If this property is not specified, the system either uses the previous snapshot, uses the image identified by the UILaunchImageFile key in the application’s Info.plist file, or falls back to Default.png. |
![]() | LocKey | A key to an alert-message string in a Localizable.strings file for the current localization (which is set by the user’s language preference). The key string can be formatted with %@ and %n$@ specifiers to take the variables specified in loc-args. |
![]() | LogArgs | Variable string values to appear in place of the format specifiers in loc-key. |
![]() | Values | (Inherited from Dictionary<TKey, TValue>.) |
