Esempio n. 1
0
        static ErrorAttachmentLog PlatformAttachmentWithText(string text, string fileName)
        {
            AndroidErrorAttachmentLog androidAttachment = AndroidErrorAttachmentLog.AttachmentWithText(text, fileName);

            return(new ErrorAttachmentLog(androidAttachment));
        }