Example #1
0
 public void ShowToast(string message, MyExample.Services.MaskType maskType, bool showToastCentered = true, double timeoutMs = 1000)
 {
     AndHUD.Shared.ShowToast(Forms.Context, message, (AndroidHUD.MaskType)maskType, TimeSpan.FromSeconds(timeoutMs / 1000), showToastCentered);
 }
Example #2
0
 public void Show(string message, MyExample.Services.MaskType maskType, int progress)
 {
     AndHUD.Shared.Show(Forms.Context, message, progress, (AndroidHUD.MaskType)maskType);
 }