IAdaptiveNotificationContent
IAdaptiveNotificationContent
IAdaptiveNotificationContent
IAdaptiveNotificationContent
Interface
Definition
Defines the content for an adaptive notification.
public : interface IAdaptiveNotificationContentpublic interface IAdaptiveNotificationContentPublic Interface IAdaptiveNotificationContent// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
Hints Hints Hints Hints
Specifies hints for formatting the notification, such as the text style, text wrapping, and alignment. For a complete list of hints, see the text element entry of the Adaptive notifications schema.
public : IMap<string, string> Hints { get; }public IDictionary<string, string> Hints { get; }Public ReadOnly Property Hints As IDictionary<string, string>// You can use this property in JavaScript.
- Value
- IMap<PlatForm::String, PlatForm::String> IDictionary<string, string> IDictionary<string, string> IDictionary<string, string>
A collection of name-value pairs that provide hints for formatting the notification, such as the text style, text wrapping, and alignment. For a complete list of hints, see the text element entry of the Adaptive notifications schema.
Kind Kind Kind Kind
Specifies the type of content the notification contains.
public : AdaptiveNotificationContentKind Kind { get; }public AdaptiveNotificationContentKind Kind { get; }Public ReadOnly Property Kind As AdaptiveNotificationContentKind// You can use this property in JavaScript.
- Value
- AdaptiveNotificationContentKind AdaptiveNotificationContentKind AdaptiveNotificationContentKind AdaptiveNotificationContentKind
A value that specifies the type of content the notification contains.