C# 클래스 SnapDotNet.Apps.Notifications.ToastContent.ToastNotificationBase

상속: NotificationBase, IToastNotificationContent
파일 보기 프로젝트 열기: 0xdeafcafe/SnapDotNet

공개 메소드들

메소드 설명
CreateNotification ( ) : ToastNotification
GetContent ( ) : string
ToastNotificationBase ( string templateName, int imageCount, int textCount ) : Windows.Data.Xml.Dom

비공개 메소드들

메소드 설명
AppendAlarmCommandsTag ( StringBuilder builder ) : void
AppendAudioTag ( StringBuilder builder ) : void
AppendIncomingCallCommandsTag ( StringBuilder builder ) : void
AudioSrcIsLooping ( ) : bool
IsAlarmToast ( ) : bool
IsIncomingCallToast ( ) : bool
ValidateAudio ( ) : void
ValidateCommands ( ) : void

메소드 상세

CreateNotification() 공개 메소드

public CreateNotification ( ) : ToastNotification
리턴 Windows.UI.Notifications.ToastNotification

GetContent() 공개 메소드

public GetContent ( ) : string
리턴 string

ToastNotificationBase() 공개 메소드

public ToastNotificationBase ( string templateName, int imageCount, int textCount ) : Windows.Data.Xml.Dom
templateName string
imageCount int
textCount int
리턴 Windows.Data.Xml.Dom