Method | Description | |
---|---|---|
HideToast ( ) : void | ||
QueueToastMessage ( string message, int duration ) : void | ||
ShowToast ( string message ) : void | ||
ShowToast ( string message, int duration ) : void |
Method | Description | |
---|---|---|
OnPropertyChanged ( string property ) : void | ||
OnToastCompleted ( string sender, int duration ) : void | ||
ShowPoolToast ( string message, int duration ) : Task |
public QueueToastMessage ( string message, int duration ) : void | ||
message | string | |
duration | int | |
return | void |
public ShowToast ( string message, int duration ) : void | ||
message | string | |
duration | int | |
return | void |