C# 클래스 AcManager.Controls.Helpers.Toast

파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
OptionFallbackMode bool

공개 메소드들

메소드 설명
SetDefaultAction ( System.Action defaultAction ) : void
Show ( string title, string message, System.Action click = null ) : void

Show a toast.

Show ( string title, string message, [ icon, System.Action click = null ) : void

Show a toast.

비공개 메소드들

메소드 설명
ShowFallback ( string title, string message, [ icon, System.Action click ) : void

메소드 상세

SetDefaultAction() 공개 정적인 메소드

public static SetDefaultAction ( System.Action defaultAction ) : void
defaultAction System.Action
리턴 void

Show() 공개 정적인 메소드

Show a toast.
public static Show ( string title, string message, System.Action click = null ) : void
title string Ex.: “Something Happened”
message string Ex.: “This and that. Without dot in the end”
click System.Action Click action
리턴 void

Show() 공개 정적인 메소드

Show a toast.
public static Show ( string title, string message, [ icon, System.Action click = null ) : void
title string Ex.: “Something Happened”
message string Ex.: “This and that. Without dot in the end”
icon [ Uri to some icon
click System.Action Click action
리턴 void

프로퍼티 상세

OptionFallbackMode 공개적으로 정적으로 프로퍼티

public static bool OptionFallbackMode
리턴 bool