C# Class InTheHand.UI.Notifications.ToastNotificationCreator

Simplifies creation of toasts without the need to build XML documents.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.1 or later
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
CreateScheduledToastNotification ( string content, string title, DateTimeOffset deliveryTime ) : ScheduledToastNotification

Creates a scheduled toast notification with the required values.

CreateToastNotification ( string content, string title ) : ToastNotification

Creates a toast notification with the required values.

Method Details

CreateScheduledToastNotification() public static méthode

Creates a scheduled toast notification with the required values.
public static CreateScheduledToastNotification ( string content, string title, DateTimeOffset deliveryTime ) : ScheduledToastNotification
content string Text content.
title string Toast title.
deliveryTime DateTimeOffset When to display the toast.
Résultat ScheduledToastNotification

CreateToastNotification() public static méthode

Creates a toast notification with the required values.
public static CreateToastNotification ( string content, string title ) : ToastNotification
content string Text content.
title string Toast title.
Résultat ToastNotification