C# Class InTheHand.UI.Notifications.ToastNotificationManager

Creates ToastNotifier objects which let you display toast notifications.
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method 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 method

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
return ToastNotifier