C# Class OKr.Common.ToastNotificationBase

Inheritance: NotificationBase, IToastNotificationContent
Mostra file Open project: anytao/ModernReader

Public Methods

Method Description
CreateNotification ( ) : ToastNotification
GetContent ( ) : string
ToastNotificationBase ( string templateName, int imageCount, int textCount ) : OKr.Common.ToastContent

Private Methods

Method Description
AppendAudioTag ( StringBuilder builder ) : void
AudioSrcIsLooping ( ) : bool
ValidateAudio ( ) : void

Method Details

CreateNotification() public method

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

GetContent() public method

public GetContent ( ) : string
return string

ToastNotificationBase() public method

public ToastNotificationBase ( string templateName, int imageCount, int textCount ) : OKr.Common.ToastContent
templateName string
imageCount int
textCount int
return OKr.Common.ToastContent