C# 클래스 Naylah.Toolkit.UWP.Services.Communication.MessageOptions

파일 보기 프로젝트 열기: NaylahProject/Naylah.Toolkit.UWP 1 사용 예제들

공개 메소드들

메소드 설명
MessageOptions ( string title, string bodyText1, string bodyText2, bool modal = false, InteractionOptions interactionOptions = null, WindowsNotificationOptions notificationOptions = null ) : System

메소드 상세

MessageOptions() 공개 메소드

public MessageOptions ( string title, string bodyText1, string bodyText2, bool modal = false, InteractionOptions interactionOptions = null, WindowsNotificationOptions notificationOptions = null ) : System
title string
bodyText1 string
bodyText2 string
modal bool
interactionOptions InteractionOptions
notificationOptions WindowsNotificationOptions
리턴 System