Method | Description | |
---|---|---|
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 | |
return | void |
public static Show ( string title, string message, System.Action completed ) : void | ||
title | string | |
message | string | |
completed | System.Action | |
return | void |