C# 클래스 InTheHand.UI.Notifications.ToastNotificationCreator

Simplifies creation of toasts without the need to build XML documents.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.1 or later
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
CreateScheduledToastNotification ( string content, string title, DateTimeOffset deliveryTime ) : ScheduledToastNotification

Creates a scheduled toast notification with the required values.

CreateToastNotification ( string content, string title ) : ToastNotification

Creates a toast notification with the required values.

메소드 상세

CreateScheduledToastNotification() 공개 정적인 메소드

Creates a scheduled toast notification with the required values.
public static CreateScheduledToastNotification ( string content, string title, DateTimeOffset deliveryTime ) : ScheduledToastNotification
content string Text content.
title string Toast title.
deliveryTime DateTimeOffset When to display the toast.
리턴 ScheduledToastNotification

CreateToastNotification() 공개 정적인 메소드

Creates a toast notification with the required values.
public static CreateToastNotification ( string content, string title ) : ToastNotification
content string Text content.
title string Toast title.
리턴 ToastNotification