C# Class OKr.MXReader.Client.Core.OkrToast

Show file Open project: anytao/ModernReader Class Usage Examples

Public Methods

Method Description
ServerError ( ) : void
Show ( string message ) : void
Show ( string message, System.Action completed ) : void
Show ( string title, string message, System.Action completed ) : void

Method Details

ServerError() public static method

public static ServerError ( ) : void
return void

Show() public static method

public static Show ( string message ) : void
message string
return void

Show() public static method

public static Show ( string message, System.Action completed ) : void
message string
completed System.Action
return void

Show() public static method

public static Show ( string title, string message, System.Action completed ) : void
title string
message string
completed System.Action
return void