C# Class SnapDotNet.Apps.Notifications

Mostra file Open project: 0xdeafcafe/SnapDotNet

Public Properties

Property Type Description
BadgeUpdater Windows.UI.Notifications.BadgeUpdater
SecondaryBadgeUpdater BadgeUpdater>.Dictionary
SecondaryTileUpdater TileUpdater>.Dictionary
TileUpdater Windows.UI.Notifications.TileUpdater
ToastNotifier Windows.UI.Notifications.ToastNotifier

Public Methods

Method Description
ShowToast ( string body, string parameter, Action callback ) : void

ShowToast ( string header, string body, string parameter, Action callback ) : void

Method Details

ShowToast() public static method

public static ShowToast ( string body, string parameter, Action callback ) : void
body string
parameter string
callback Action
return void

ShowToast() public static method

public static ShowToast ( string header, string body, string parameter, Action callback ) : void
header string
body string
parameter string
callback Action
return void

Property Details

BadgeUpdater public_oe static_oe property

Obtains a BadgeUpdater object for the calling app.
public static BadgeUpdater,Windows.UI.Notifications BadgeUpdater
return Windows.UI.Notifications.BadgeUpdater

SecondaryBadgeUpdater public_oe static_oe property

Obtains a dictionary correlating a BadgeUpdater object with each secondary tile.
public static Dictionary SecondaryBadgeUpdater
return BadgeUpdater>.Dictionary

SecondaryTileUpdater public_oe static_oe property

Obtains a dictionary correlating a TileUpdater object with each secondary tile.
public static Dictionary SecondaryTileUpdater
return TileUpdater>.Dictionary

TileUpdater public_oe static_oe property

Obtains a TileUpdater object for the calling app.
public static TileUpdater,Windows.UI.Notifications TileUpdater
return Windows.UI.Notifications.TileUpdater

ToastNotifier public_oe static_oe property

Obtains a ToastNotifier object for the calling app.
public static ToastNotifier,Windows.UI.Notifications ToastNotifier
return Windows.UI.Notifications.ToastNotifier