C# Class PCSX2Bonus.Toaster

Inheritance: INotifyPropertyChanged
Mostra file Open project: CyberFoxHax/PCSXBonus

Public Methods

Method Description
HideToast ( ) : void
QueueToastMessage ( string message, int duration ) : void
ShowToast ( string message ) : void
ShowToast ( string message, int duration ) : void

Private Methods

Method Description
OnPropertyChanged ( string property ) : void
OnToastCompleted ( string sender, int duration ) : void
ShowPoolToast ( string message, int duration ) : Task

Method Details

HideToast() public method

public HideToast ( ) : void
return void

QueueToastMessage() public method

public QueueToastMessage ( string message, int duration ) : void
message string
duration int
return void

ShowToast() public method

public ShowToast ( string message ) : void
message string
return void

ShowToast() public method

public ShowToast ( string message, int duration ) : void
message string
duration int
return void