C# Class SnapDotNet.Apps.Notifications.ToastContent.ToastNotificationBase

Inheritance: NotificationBase, IToastNotificationContent
Mostra file Open project: 0xdeafcafe/SnapDotNet

Public Methods

Method Description
CreateNotification ( ) : ToastNotification
GetContent ( ) : string
ToastNotificationBase ( string templateName, int imageCount, int textCount ) : Windows.Data.Xml.Dom

Private Methods

Method Description
AppendAlarmCommandsTag ( StringBuilder builder ) : void
AppendAudioTag ( StringBuilder builder ) : void
AppendIncomingCallCommandsTag ( StringBuilder builder ) : void
AudioSrcIsLooping ( ) : bool
IsAlarmToast ( ) : bool
IsIncomingCallToast ( ) : bool
ValidateAudio ( ) : void
ValidateCommands ( ) : 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 ) : Windows.Data.Xml.Dom
templateName string
imageCount int
textCount int
return Windows.Data.Xml.Dom