示例#1
0
 /// <summary>
 /// Shows a toast with the given text
 /// </summary>
 /// <param name="text">Text to display on the toast</param>
 public void ShowToast(string text)
 {
     NativeShareKit.ShowToast(text);
 }
示例#2
0
 /// <summary>
 /// Shows a toast
 /// </summary>
 public void ShowToast()
 {
     NativeShareKit.ShowToast(toastText);
 }