Table of Contents

INotificationProvider 接口

命名空间
ClassIsland.Shared.Interfaces
程序集
ClassIsland.Shared.dll

提醒提供方接口。

public interface INotificationProvider

字段

DefaultNotificationSoundUri

提醒提供方默认提醒音效 Uri

public static readonly Uri DefaultNotificationSoundUri

字段值

Uri

属性

Description

提醒提供方描述

string Description { get; set; }

属性值

string

IconElement

提醒提供方图标元素,留空则代表使用默认图标。

object? IconElement { get; set; }

属性值

object

Name

提醒提供方名称

string Name { get; set; }

属性值

string

ProviderGuid

提醒提供方 GUID

Guid ProviderGuid { get; set; }

属性值

Guid

SettingsElement

提醒提供方设置界面控件,将显示在【应用设置】->【提醒】中。留空则代表此提醒提供方没有设置界面。

object? SettingsElement { get; set; }

属性值

object