Example #1
0
        public static void MakeToast(string text, float lifeTime)
        {
            UIToast toast = new UIToast(text, lifeTime);

            UIViewManager.GetInstance().ShowToast(toast);
        }