C# Class OKr.Common.TileNotificationBase

Inheritance: NotificationBase
显示文件 Open project: anytao/ModernReader

Public Methods

Method Description
CreateNotification ( ) : TileNotification
TileNotificationBase ( string templateName, int imageCount, int textCount ) : OKr.Common.TileContent

Method Details

CreateNotification() public method

public CreateNotification ( ) : TileNotification
return Windows.UI.Notifications.TileNotification

TileNotificationBase() public method

public TileNotificationBase ( string templateName, int imageCount, int textCount ) : OKr.Common.TileContent
templateName string
imageCount int
textCount int
return OKr.Common.TileContent