Table of Contents

NotificationSettings 类

命名空间
ClassIsland.Shared.Models.Notification
程序集
ClassIsland.Shared.dll

提醒设置

public class NotificationSettings : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging, INotificationSettings
继承
NotificationSettings
实现
继承成员

属性

IsNotificationEffectEnabled

是否启用提醒效果

public bool IsNotificationEffectEnabled { get; set; }

属性值

bool

IsNotificationEnabled

是否启用提醒

public bool IsNotificationEnabled { get; set; }

属性值

bool

IsNotificationSoundEnabled

是否启用提醒音效

public bool IsNotificationSoundEnabled { get; set; }

属性值

bool

IsNotificationTopmostEnabled

是否在提醒时置顶主界面

public bool IsNotificationTopmostEnabled { get; set; }

属性值

bool

IsSettingsEnabled

是否启用此提醒设置。如果为false,那么这里设置的提醒设置将不起作用。

public bool IsSettingsEnabled { get; set; }

属性值

bool

IsSpeechEnabled

是否启用语音

public bool IsSpeechEnabled { get; set; }

属性值

bool

NotificationSoundPath

提醒音效路径

public string NotificationSoundPath { get; set; }

属性值

string