메소드 | 설명 | |
---|---|---|
ServerError ( ) : void | ||
Show ( string message ) : void | ||
Show ( string message, System.Action completed ) : void | ||
Show ( string title, string message, System.Action completed ) : void |
public static Show ( string message, System.Action completed ) : void | ||
message | string | |
completed | System.Action | |
리턴 | void |
public static Show ( string title, string message, System.Action completed ) : void | ||
title | string | |
message | string | |
completed | System.Action | |
리턴 | void |