C# Class Telegram.UI.Toaster

Exibir arquivo Open project: naphaso/kilogram Class Usage Examples

Public Methods

Method Description
Show ( string sender, string message ) : void
ShowNetworkError ( ) : void

Private Methods

Method Description
GetToastWithImgAndTitle ( string header, string content ) : ToastPrompt

Method Details

Show() public static method

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

ShowNetworkError() public static method

public static ShowNetworkError ( ) : void
return void