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

Inheritance: NotificationBase, IToastNotificationContent
Afficher le fichier Open project: 0xdeafcafe/SnapDotNet

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public CreateNotification ( ) : ToastNotification
Résultat Windows.UI.Notifications.ToastNotification

GetContent() public méthode

public GetContent ( ) : string
Résultat string

ToastNotificationBase() public méthode

public ToastNotificationBase ( string templateName, int imageCount, int textCount ) : Windows.Data.Xml.Dom
templateName string
imageCount int
textCount int
Résultat Windows.Data.Xml.Dom