C# 클래스 OKr.Common.ToastNotificationBase

상속: NotificationBase, IToastNotificationContent
파일 보기 프로젝트 열기: anytao/ModernReader

공개 메소드들

메소드 설명
CreateNotification ( ) : ToastNotification
GetContent ( ) : string
ToastNotificationBase ( string templateName, int imageCount, int textCount ) : OKr.Common.ToastContent

비공개 메소드들

메소드 설명
AppendAudioTag ( StringBuilder builder ) : void
AudioSrcIsLooping ( ) : bool
ValidateAudio ( ) : void

메소드 상세

CreateNotification() 공개 메소드

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

GetContent() 공개 메소드

public GetContent ( ) : string
리턴 string

ToastNotificationBase() 공개 메소드

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