INotificationSettings 接口
- 程序集
- ClassIsland.Shared.dll
提醒提供方设置接口
public interface INotificationSettings
属性
IsNotificationEffectEnabled
是否启用提醒效果
bool IsNotificationEffectEnabled { get; set; }
属性值
IsNotificationEnabled
是否启用提醒
bool IsNotificationEnabled { get; set; }
属性值
IsNotificationSoundEnabled
是否启用提醒音效
bool IsNotificationSoundEnabled { get; set; }
属性值
IsNotificationTopmostEnabled
是否在提醒时置顶主界面
bool IsNotificationTopmostEnabled { get; set; }
属性值
IsSpeechEnabled
是否启用语音
bool IsSpeechEnabled { get; set; }
属性值
NotificationSoundPath
提醒音效路径
string NotificationSoundPath { get; set; }