C# Class InTheHand.UI.Notifications.ToastNotificationManager

Creates ToastNotifier objects which let you display toast notifications.
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
CreateToastNotifierForApplication ( ) : ToastNotifier

Creates and initializes a new instance of the ToastNotifier, which lets you display toast notifications.

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

Method Details

CreateToastNotifierForApplication() public static méthode

Creates and initializes a new instance of the ToastNotifier, which lets you display toast notifications.
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
public static CreateToastNotifierForApplication ( ) : ToastNotifier
Résultat ToastNotifier