Table of Contents

INotificationSettings 接口

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

提醒提供方设置接口

public interface INotificationSettings

属性

IsNotificationEffectEnabled

是否启用提醒效果

bool IsNotificationEffectEnabled { get; set; }

属性值

bool

IsNotificationEnabled

是否启用提醒

bool IsNotificationEnabled { get; set; }

属性值

bool

IsNotificationSoundEnabled

是否启用提醒音效

bool IsNotificationSoundEnabled { get; set; }

属性值

bool

IsNotificationTopmostEnabled

是否在提醒时置顶主界面

bool IsNotificationTopmostEnabled { get; set; }

属性值

bool

IsSpeechEnabled

是否启用语音

bool IsSpeechEnabled { get; set; }

属性值

bool

NotificationSoundPath

提醒音效路径

string NotificationSoundPath { get; set; }

属性值

string