C# Class OKr.Common.ToastNotificationBase

Inheritance: NotificationBase, IToastNotificationContent
Afficher le fichier Open project: anytao/ModernReader

Méthodes publiques

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

Private Methods

Méthode Description
AppendAudioTag ( StringBuilder builder ) : void
AudioSrcIsLooping ( ) : bool
ValidateAudio ( ) : 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 ) : OKr.Common.ToastContent
templateName string
imageCount int
textCount int
Résultat OKr.Common.ToastContent