예제 #1
0
 /// <summary>
 /// Shows a toast message (Android only).
 /// </summary>
 /// <param name="message">Message.</param>
 /// <param name="isLongToast">If set to <c>true</c> use long-length toast, otherwise use short-length toast.</param>
 public static void ShowToast(string message, bool isLongToast = false)
 {
     AlertPopup.ShowToast(message, isLongToast);
 }