C# Class Windows.UI.Notifications.ToastNotifier

Inheritance: IToastNotifier
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
AddToSchedule ( [ scheduledToast ) : void
GetScheduledToastNotifications ( ) : IVectorView
Hide ( [ notification ) : void
RemoveFromSchedule ( [ scheduledToast ) : void
Show ( [ notification ) : void

Method Details

AddToSchedule() public method

public AddToSchedule ( [ scheduledToast ) : void
scheduledToast [
return void

GetScheduledToastNotifications() public method

public GetScheduledToastNotifications ( ) : IVectorView
return IVectorView

Hide() public method

public Hide ( [ notification ) : void
notification [
return void

RemoveFromSchedule() public method

public RemoveFromSchedule ( [ scheduledToast ) : void
scheduledToast [
return void

Show() public method

public Show ( [ notification ) : void
notification [
return void