C# Class AcManager.Controls.Helpers.ToastWin8Helper

Show file Open project: gro-ove/actools Class Usage Examples

Public Properties

Property Type Description
ToastNotifier Windows.UI.Notifications.ToastNotifier

Public Methods

Method Description
ShowToast ( string title, string message, [ icon, System.Action click ) : void

Private Methods

Method Description
ToastWin8Helper ( ) : System

Method Details

ShowToast() public static method

public static ShowToast ( string title, string message, [ icon, System.Action click ) : void
title string
message string
icon [
click System.Action
return void

Property Details

ToastNotifier public static property

public static ToastNotifier,Windows.UI.Notifications ToastNotifier
return Windows.UI.Notifications.ToastNotifier