黄学彪
2020-09-22 ade5917841b0fdcb1df7353ef7c56b1a1bdc9282
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.AppCenter.Crashes</name>
    </assembly>
    <members>
        <member name="T:Microsoft.AppCenter.Crashes.Crashes">
            <summary>
            Crashes service.
            </summary>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.Crashes.BindingType">
            <summary>
            Internal SDK property not intended for public use.
            </summary>
            <value>
            The iOS SDK Crashes bindings type.
            </value>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.Crashes._crashesInitializationDelegate">
            <summary>
            We keep the reference to avoid it being freed, inlining this object will cause listeners not to be called.
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.Crashes._crashesDelegate">
            <summary>
            We keep the reference to avoid it being freed, inlining this object will cause listeners not to be called.
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.Crashes.LogTag">
            <summary>
            Log tag used by the Crashes component.
            </summary>
        </member>
        <member name="E:Microsoft.AppCenter.Crashes.Crashes.SendingErrorReport">
            <summary>
            Occurs when an error report is about to be sent.
            </summary>
        </member>
        <member name="E:Microsoft.AppCenter.Crashes.Crashes.SentErrorReport">
            <summary>
            Occurs when an error report has been successfully sent.
            </summary>
        </member>
        <member name="E:Microsoft.AppCenter.Crashes.Crashes.FailedToSendErrorReport">
            <summary>
            Occurs when an error report has failed to be sent.
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.Crashes.ShouldProcessErrorReport">
            <summary>
            Set this callback to add custom behavior for determining whether an error report should be processed.
            Returning false prevents the crash from being reported to the server.
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.Crashes.ShouldAwaitUserConfirmation">
            <summary>
            Set this callback to add custom behavior for determining whether user confirmation is required to send
            error reports.
            </summary>
            <seealso cref="T:Microsoft.AppCenter.Crashes.ShouldAwaitUserConfirmationCallback"/>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.Crashes.GetErrorAttachments">
            <summary>
            Set this callback to attach custom text and/or binaries to an error report.
            </summary>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.Crashes.NotifyUserConfirmation(Microsoft.AppCenter.Crashes.UserConfirmation)">
            <summary>
            Notifies SDK with a confirmation to handle the crash report.
            </summary>
            <param name="confirmation">A user confirmation. See <see cref="T:Microsoft.AppCenter.Crashes.UserConfirmation"/>.</param>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.Crashes.IsEnabledAsync">
            <summary>
            Check whether the Crashes service is enabled or not.
            </summary>
            <returns>A task with result being true if enabled, false if disabled.</returns>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.Crashes.SetEnabledAsync(System.Boolean)">
            <summary>
            Enable or disable the Crashes service.
            </summary>
            <returns>A task to monitor the operation.</returns>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.Crashes.HasCrashedInLastSessionAsync">
            <summary>
            Provides information whether the app crashed in its last session.
            </summary>
            <value>
            Task with result being <c>true</c> if a crash was recorded in the last session, otherwise <c>false</c>.
            </value>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.Crashes.GetLastSessionCrashReportAsync">
            <summary>
            Gets the crash report generated in the last session if there was a crash.
            </summary>
            <value>Crash report from the last session, <c>null</c> if there was no crash in the last session.</value>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.Crashes.GenerateTestCrash">
            <summary>
            Generates crash for testing purposes.
            </summary>
            <remarks>
            This call has no effect in non debug configuration (such as release).
            </remarks>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.Crashes.TrackError(System.Exception,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Track a handled error.
            </summary>
            <param name="exception">The .NET exception describing the handled error.</param>
            <param name="properties">Optional properties.</param>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.ErrorAttachmentLog">
            <summary>
            Error attachment for error report.
            </summary>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.ErrorAttachmentLog.AttachmentWithText(System.String,System.String)">
            <summary>
            Builds an attachment with text suitable for using in <see cref="F:Microsoft.AppCenter.Crashes.Crashes.GetErrorAttachments"/>.
            </summary>
            <returns>Error attachment or <c>null</c> if null text is passed.</returns>
            <param name="text">Text to attach to the error report.</param>
            <param name="fileName">File name to use on reports.</param>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.ErrorAttachmentLog.AttachmentWithBinary(System.Byte[],System.String,System.String)">
            <summary>
            Builds an attachment with binary suitable for using in <see cref="F:Microsoft.AppCenter.Crashes.Crashes.GetErrorAttachments"/>.
            </summary>
            <returns>Error attachment or <c>null</c> if null data is passed.</returns>
            <param name="data">Binary data.</param>
            <param name="fileName">File name to use on reports.</param>
            <param name="contentType">Data MIME type.</param>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.ErrorReport">
            <summary>
            Error report containing information about a particular crash.
            </summary>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.ErrorReport.Id">
            <summary>
            Gets the report identifier.
            </summary>
            <value>UUID for the report.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.ErrorReport.AppStartTime">
            <summary>
            Gets the app start time.
            </summary>
            <value>Date and time the app started</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.ErrorReport.AppErrorTime">
            <summary>
            Gets the app error time.
            </summary>
            <value>Date and time the error occured</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.ErrorReport.Device">
            <summary>
            Gets the device that the crashed app was being run on.
            </summary>
            <value>Device information at the crash time.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.ErrorReport.Exception">
            <summary>
            Gets the C# Exception object that caused the crashed.
            </summary>
            <value>The exception.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.ErrorReport.AndroidDetails">
            <summary>
            Gets details specific to Android.
            </summary>
            <value>Android error report details. <c>null</c> if the OS is not Android.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.ErrorReport.iOSDetails">
            <summary>
            Gets details specific to iOS.
            </summary>
            <value>iOS error report details. <c>null</c> if the OS is not iOS.</value>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.TestCrashException">
            <summary>
            Exception type thrown for testing purposes. See <see cref="M:Microsoft.AppCenter.Crashes.Crashes.GenerateTestCrash"/>. 
            </summary>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.TestCrashException.#ctor">
            <summary>
            Initializes a new instance of the TestCrashException class with a predefined error message.
            </summary>
        </member>
        <member name="M:Microsoft.AppCenter.Crashes.TestCrashException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
            <summary>
            Deserialization constructor. Not intended for public use.
            </summary>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.NamespaceDoc">
            <summary>
            Crashes SDK module.
            </summary>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.ErrorReportEventArgs">
            <summary>
            Event arguments base class for all events that involve an error report.
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.ErrorReportEventArgs.Report">
            <summary>
            The error report associated with the event.
            </summary>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.SendingErrorReportEventArgs">
            <summary>
            Event arguments class for event <see cref="E:Microsoft.AppCenter.Crashes.Crashes.SendingErrorReport"/>.
            </summary>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.SentErrorReportEventArgs">
            <summary>
            Event arguments class for event <see cref="E:Microsoft.AppCenter.Crashes.Crashes.SentErrorReport"/>.
            </summary>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.FailedToSendErrorReportEventArgs">
            <summary>
            Event arguments class for event <see cref="E:Microsoft.AppCenter.Crashes.Crashes.FailedToSendErrorReport"/>.
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.FailedToSendErrorReportEventArgs.Exception">
            <summary>
            The native exception associated with the failure.
            </summary>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.ShouldProcessErrorReportCallback">
            <summary>
            Callback type for determining whether a particular error report should be processed.
            </summary>
            <returns><c>true</c> if <c>report</c> should be processed.</returns>
            <param name="report">The error report that is being considered for processing.</param>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.GetErrorAttachmentsCallback">
            <summary>
            Callback type for getting error attachments for a particular error report.
            </summary>
            <returns>The error attachments to be associated with <c>report</c>.</returns>
            <param name="report">The error report for which error attachments are to be returned.</param>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.ShouldAwaitUserConfirmationCallback">
            <summary>
            Determine whether user confirmation is required to process a report. <see cref="M:Microsoft.AppCenter.Crashes.Crashes.NotifyUserConfirmation(Microsoft.AppCenter.Crashes.UserConfirmation)"/> must be called by yourself./> 
            </summary>
            <returns><c>true</c> if sending reports should be confirmed by a user.</returns>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.SendingErrorReportEventHandler">
            <summary>
            Handler type for event <see cref="E:Microsoft.AppCenter.Crashes.Crashes.SendingErrorReport"/>.
            </summary>
            <param name="sender">This parameter will be <c>null</c> when being sent from the <see cref="T:Microsoft.AppCenter.Crashes.Crashes"/> class and should be ignored. </param>
            <param name="e">Event arguments. See <see cref="T:Microsoft.AppCenter.Crashes.SendingErrorReportEventArgs"/> for more details.</param>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.SentErrorReportEventHandler">
            <summary>
            Handler type for event <see cref="E:Microsoft.AppCenter.Crashes.Crashes.SentErrorReport"/>.
            </summary>
            <param name="sender">This parameter will be <c>null</c> when being sent from the <see cref="T:Microsoft.AppCenter.Crashes.Crashes"/> class and should be ignored. </param>
            <param name="e">Event arguments. See <see cref="T:Microsoft.AppCenter.Crashes.SentErrorReportEventArgs"/> for more details.</param>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.FailedToSendErrorReportEventHandler">
            <summary>
            Handler type for event <see cref="E:Microsoft.AppCenter.Crashes.Crashes.FailedToSendErrorReport"/>.
            </summary>
            <param name="sender">This parameter will be <c>null</c> when being sent from the <see cref="T:Microsoft.AppCenter.Crashes.Crashes"/> class and should be ignored. </param>
            <param name="e">Event arguments. See <see cref="T:Microsoft.AppCenter.Crashes.FailedToSendErrorReportEventArgs"/> for more details.</param>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.AndroidErrorDetails">
            <summary>
            Error report details pertinent only to devices running Android.
            </summary>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.AndroidErrorDetails.Throwable">
            <summary>
            Gets the throwable associated with the Java crash.
            </summary>
            <value>The throwable associated with the crash. <c>null</c> if the crash occured in .NET code.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.AndroidErrorDetails.ThreadName">
            <summary>
            Gets the name of the thread that crashed.
            </summary>
            <value>The name of the thread that crashed.</value>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.iOSErrorDetails">
            <summary>
            Error report details pertinent only to devices running iOS.
            </summary>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.iOSErrorDetails.ReporterKey">
            <summary>
            Gets the reporter key.
            </summary>
            <value>UUID for the app installation on the device.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.iOSErrorDetails.Signal">
            <summary>
            Gets the signal that caused the crash.
            </summary>
            <value>The signal that caused the crash.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.iOSErrorDetails.ExceptionName">
            <summary>
            Gets the name of the exception that triggered the crash, <c>null</c> if the crash was not triggered by an
            exception.
            </summary>
            <value>The name of the exception that triggered the crash.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.iOSErrorDetails.ExceptionReason">
            <summary>
            Gets the reason for the exception that triggered the crash, <c>null</c> if the crash was not triggered by an
            exception.
            </summary>
            <value>The reason for the exception causing the crash.</value>
        </member>
        <member name="P:Microsoft.AppCenter.Crashes.iOSErrorDetails.AppProcessIdentifier">
            <summary>
            Gets the identifier of the app process that crashed.
            </summary>
            <value>The app process identifier.</value>
        </member>
        <member name="T:Microsoft.AppCenter.Crashes.UserConfirmation">
            <summary>
            User confirmation options for whether to send crash reports.
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.UserConfirmation.DontSend">
            <summary>
            Do not send the crash report
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.UserConfirmation.Send">
            <summary>
            Send the crash report
            </summary>
        </member>
        <member name="F:Microsoft.AppCenter.Crashes.UserConfirmation.AlwaysSend">
            <summary>
            Send all crash reports
            </summary>
        </member>
    </members>
</doc>