NotificationSettings 类
- 程序集
- ClassIsland.Shared.dll
提醒设置
public class NotificationSettings : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging, INotificationSettings
- 继承
-
NotificationSettings
- 实现
- 继承成员
属性
IsNotificationEffectEnabled
是否启用提醒效果
public bool IsNotificationEffectEnabled { get; set; }
属性值
IsNotificationEnabled
是否启用提醒
public bool IsNotificationEnabled { get; set; }
属性值
IsNotificationSoundEnabled
是否启用提醒音效
public bool IsNotificationSoundEnabled { get; set; }
属性值
IsNotificationTopmostEnabled
是否在提醒时置顶主界面
public bool IsNotificationTopmostEnabled { get; set; }
属性值
IsSettingsEnabled
是否启用此提醒设置。如果为false,那么这里设置的提醒设置将不起作用。
public bool IsSettingsEnabled { get; set; }
属性值
IsSpeechEnabled
是否启用语音
public bool IsSpeechEnabled { get; set; }
属性值
NotificationSoundPath
提醒音效路径
public string NotificationSoundPath { get; set; }