C# Class Windows.UI.Notifications.ToastNotifier

Inheritance: IToastNotifier
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
AddToSchedule ( [ scheduledToast ) : void
GetScheduledToastNotifications ( ) : IVectorView
Hide ( [ notification ) : void
RemoveFromSchedule ( [ scheduledToast ) : void
Show ( [ notification ) : void

Method Details

AddToSchedule() public méthode

public AddToSchedule ( [ scheduledToast ) : void
scheduledToast [
Résultat void

GetScheduledToastNotifications() public méthode

public GetScheduledToastNotifications ( ) : IVectorView
Résultat IVectorView

Hide() public méthode

public Hide ( [ notification ) : void
notification [
Résultat void

RemoveFromSchedule() public méthode

public RemoveFromSchedule ( [ scheduledToast ) : void
scheduledToast [
Résultat void

Show() public méthode

public Show ( [ notification ) : void
notification [
Résultat void