AppNotificationButtonSettingStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class AppNotificationButtonSettingStyle
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.Builder.AppNotificationBuilderContract, 131072)]
/// [Windows.Foundation.Metadata.Experimental]
enum class AppNotificationButtonSettingStyle
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.Builder.AppNotificationBuilderContract), 131072)]
[Windows.Foundation.Metadata.Experimental]
public enum AppNotificationButtonSettingStyle
var value = Microsoft.Windows.AppNotifications.Builder.AppNotificationButtonSettingStyle.none
Public Enum AppNotificationButtonSettingStyle
- Inheritance
-
AppNotificationButtonSettingStyle
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| VideoCallConfig | 1 | |
| AudioCallConfig | 2 |