INotificationProvider 接口
- 程序集
- ClassIsland.Shared.dll
提醒提供方接口。
public interface INotificationProvider
字段
DefaultNotificationSoundUri
提醒提供方默认提醒音效 Uri
public static readonly Uri DefaultNotificationSoundUri
字段值
属性
Description
提醒提供方描述
string Description { get; set; }
属性值
IconElement
提醒提供方图标元素,留空则代表使用默认图标。
object? IconElement { get; set; }
属性值
Name
提醒提供方名称
string Name { get; set; }
属性值
ProviderGuid
提醒提供方 GUID
Guid ProviderGuid { get; set; }
属性值
SettingsElement
提醒提供方设置界面控件,将显示在【应用设置】->【提醒】中。留空则代表此提醒提供方没有设置界面。
object? SettingsElement { get; set; }