Example #1
0
        public void ShowToastImageAndText04(string image, string altText, string title, string content, string content2, string arg = null)
        {
            var toast = ToastContent.CreateToastImageAndText04(image, altText, title, content, content2, arg);

            _helper.ShowToast(toast);
        }