-
Notifications
You must be signed in to change notification settings - Fork 2
/
DialogFragment.xml
832 lines (829 loc) · 55.5 KB
/
DialogFragment.xml
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
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
<Type Name="DialogFragment" FullName="Android.App.DialogFragment">
<TypeSignature Language="C#" Value="public class DialogFragment : Android.App.Fragment, Android.Content.IDialogInterfaceOnCancelListener, Android.Content.IDialogInterfaceOnDismissListener, IDisposable, Java.Interop.IJavaPeerable" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DialogFragment extends Android.App.Fragment implements class Android.Content.IDialogInterfaceOnCancelListener, class Android.Content.IDialogInterfaceOnDismissListener, class Android.Runtime.IJavaObject, class Java.Interop.IJavaPeerable, class System.IDisposable" />
<TypeSignature Language="DocId" Value="T:Android.App.DialogFragment" />
<TypeSignature Language="F#" Value="type DialogFragment = class
 inherit Fragment
 interface IDialogInterfaceOnCancelListener
 interface IJavaObject
 interface IDisposable
 interface IJavaPeerable
 interface IDialogInterfaceOnDismissListener" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Android.App.Fragment</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>Android.Content.IDialogInterfaceOnCancelListener</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Android.Content.IDialogInterfaceOnDismissListener</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Android.Runtime.IJavaObject</InterfaceName>
</Interface>
<Interface>
<InterfaceName>Java.Interop.IJavaPeerable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("android/app/DialogFragment", DoNotGenerateAcw=true)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("android/app/DialogFragment", DoNotGenerateAcw=true)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0", "This class is obsoleted in this android platform")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0", "This class is obsoleted in this android platform")>]</AttributeName>
</Attribute>
</Attributes>
<Docs since="11">
<summary>A fragment that displays a dialog window, floating on top of its
activity's window.</summary>
<remarks>
<para>A fragment that displays a dialog window, floating on top of its
activity's window. This fragment contains a Dialog object, which it
displays as appropriate based on the fragment's state. Control of
the dialog (deciding when to show, hide, dismiss it) should be done through
the API here, not with direct calls on the dialog.</para>
<para>Implementations should override this class and implement
<c>#onCreateView(LayoutInflater, ViewGroup, Bundle)</c> to supply the
content of the dialog. Alternatively, they can override
<c>#onCreateDialog(Bundle)</c> to create an entirely custom dialog, such
as an AlertDialog, with its own content.</para>
<para>Topics covered here:
<ol>
<li>Lifecycle<li>Basic Dialog<li>Alert Dialog<li>Selecting Between Dialog or Embedding</ol>
"Lifecycle"><h3>Lifecycle</h3></para>
<para>DialogFragment does various things to keep the fragment's lifecycle
driving it, instead of the Dialog. Note that dialogs are generally
autonomous entities -- they are their own window, receiving their own
input events, and often deciding on their own when to disappear (by
receiving a back key event or the user clicking on a button).</para>
<para>DialogFragment needs to ensure that what is happening with the Fragment
and Dialog states remains consistent. To do this, it watches for dismiss
events from the dialog and takes care of removing its own state when they
happen. This means you should use <c>#show(FragmentManager, String)</c>
or <c>#show(FragmentTransaction, String)</c> to add an instance of
DialogFragment to your UI, as these keep track of how DialogFragment should
remove itself when the dialog is dismissed.
"BasicDialog"><h3>Basic Dialog</h3></para>
<para>The simplest use of DialogFragment is as a floating container for the
fragment's view hierarchy. A simple implementation may look like this:
{</para>
<para>This member is deprecated. Use the <see href="https://developer.android.com/tools/extras/support-library.html">Support Library</see><c>androidx.fragment.app.DialogFragment</c> for consistent behavior across all devices
and access to <see href="https://developer.android.com/topic/libraries/architecture/lifecycle.html">Lifecycle</see>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment" title="Reference documentation">Java documentation for <code>android.app.DialogFragment</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DialogFragment ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.#ctor" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register(".ctor", "()V", "")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register(".ctor", "()V", "")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<Parameters />
<Docs>
<summary>
</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected DialogFragment (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(native int javaReference, valuetype Android.Runtime.JniHandleOwnership transfer) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.#ctor(System.IntPtr,Android.Runtime.JniHandleOwnership)" />
<MemberSignature Language="F#" Value="new Android.App.DialogFragment : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.DialogFragment" Usage="new Android.App.DialogFragment (javaReference, transfer)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="javaReference" Type="System.IntPtr" />
<Parameter Name="transfer" Type="Android.Runtime.JniHandleOwnership" />
</Parameters>
<Docs>
<param name="javaReference">A <see cref="T:System.IntPtr" />containing a Java Native Interface (JNI) object reference.</param>
<param name="transfer">A <see cref="T:Android.Runtime.JniHandleOwnership" />indicating how to handle <paramref name="javaReference" /></param>
<summary>A constructor used when creating managed representations of JNI objects; called by the runtime.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="Cancelable">
<MemberSignature Language="C#" Value="public virtual bool Cancelable { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool Cancelable" />
<MemberSignature Language="DocId" Value="P:Android.App.DialogFragment.Cancelable" />
<MemberSignature Language="F#" Value="member this.Cancelable : bool with get, set" Usage="Android.App.DialogFragment.Cancelable" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("isCancelable", "()Z", "GetIsCancelableHandler")]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("isCancelable", "()Z", "GetIsCancelableHandler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[set: Android.Runtime.Register("setCancelable", "(Z)V", "GetSetCancelable_ZHandler")]</AttributeName>
<AttributeName Language="F#">[<set: Android.Runtime.Register("setCancelable", "(Z)V", "GetSetCancelable_ZHandler")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="cancelable">If true, the dialog is cancelable. The default
is true.</param>
<summary>Return the current value of <c>#setCancelable(boolean)</c>. -or- Control whether the shown Dialog is cancelable.</summary>
<value>To be added.</value>
<remarks>
<para>Property getter documentation:</para>
<para>Return the current value of <c>#setCancelable(boolean)</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#isCancelable()" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.isCancelable()</code>.</a>
</format>
</para>
<para>Property setter documentation:</para>
<para>Control whether the shown Dialog is cancelable. Use this instead of
directly calling <c>Dialog#setCancelable(boolean)
Dialog.setCancelable(boolean)</c>, because DialogFragment needs to change
its behavior based on this.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#setCancelable(boolean)" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.setCancelable(boolean)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="Dialog">
<MemberSignature Language="C#" Value="public virtual Android.App.Dialog? Dialog { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Android.App.Dialog Dialog" />
<MemberSignature Language="DocId" Value="P:Android.App.DialogFragment.Dialog" />
<MemberSignature Language="F#" Value="member this.Dialog : Android.App.Dialog" Usage="Android.App.DialogFragment.Dialog" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getDialog", "()Landroid/app/Dialog;", "GetGetDialogHandler")]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getDialog", "()Landroid/app/Dialog;", "GetGetDialogHandler")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.Dialog</ReturnType>
</ReturnValue>
<Docs>
<summary>
</summary>
<value>To be added.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="Dismiss">
<MemberSignature Language="C#" Value="public virtual void Dismiss ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Dismiss() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.Dismiss" />
<MemberSignature Language="F#" Value="abstract member Dismiss : unit -> unit
override this.Dismiss : unit -> unit" Usage="dialogFragment.Dismiss " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("dismiss", "()V", "GetDismissHandler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("dismiss", "()V", "GetDismissHandler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Dismiss the fragment and its dialog.</summary>
<remarks>
<para>Dismiss the fragment and its dialog. If the fragment was added to the
back stack, all back stack state up to and including this entry will
be popped. Otherwise, a new transaction will be committed to remove
the fragment.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#dismiss()" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.dismiss()</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="DismissAllowingStateLoss">
<MemberSignature Language="C#" Value="public virtual void DismissAllowingStateLoss ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void DismissAllowingStateLoss() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.DismissAllowingStateLoss" />
<MemberSignature Language="F#" Value="abstract member DismissAllowingStateLoss : unit -> unit
override this.DismissAllowingStateLoss : unit -> unit" Usage="dialogFragment.DismissAllowingStateLoss " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("dismissAllowingStateLoss", "()V", "GetDismissAllowingStateLossHandler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("dismissAllowingStateLoss", "()V", "GetDismissAllowingStateLossHandler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Version of <c>#dismiss()</c> that uses
<c>FragmentTransaction#commitAllowingStateLoss()
FragmentTransaction.commitAllowingStateLoss()</c>.</summary>
<remarks>
<para>Version of <c>#dismiss()</c> that uses
<c>FragmentTransaction#commitAllowingStateLoss()
FragmentTransaction.commitAllowingStateLoss()</c>. See linked
documentation for further details.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#dismissAllowingStateLoss()" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.dismissAllowingStateLoss()</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 12" />
</Docs>
</Member>
<Member MemberName="JniPeerMembers">
<MemberSignature Language="C#" Value="public override Java.Interop.JniPeerMembers JniPeerMembers { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Java.Interop.JniPeerMembers JniPeerMembers" />
<MemberSignature Language="DocId" Value="P:Android.App.DialogFragment.JniPeerMembers" />
<MemberSignature Language="F#" Value="member this.JniPeerMembers : Java.Interop.JniPeerMembers" Usage="Android.App.DialogFragment.JniPeerMembers" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:Java.Interop.IJavaPeerable.JniPeerMembers</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Java.Interop.JniPeerMembers</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="OnCancel">
<MemberSignature Language="C#" Value="public virtual void OnCancel (Android.Content.IDialogInterface? dialog);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnCancel(class Android.Content.IDialogInterface dialog) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.OnCancel(Android.Content.IDialogInterface)" />
<MemberSignature Language="F#" Value="abstract member OnCancel : Android.Content.IDialogInterface -> unit
override this.OnCancel : Android.Content.IDialogInterface -> unit" Usage="dialogFragment.OnCancel dialog" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Android.Content.IDialogInterfaceOnCancelListener.OnCancel(Android.Content.IDialogInterface)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onCancel", "(Landroid/content/DialogInterface;)V", "GetOnCancel_Landroid_content_DialogInterface_Handler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onCancel", "(Landroid/content/DialogInterface;)V", "GetOnCancel_Landroid_content_DialogInterface_Handler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="dialog" Type="Android.Content.IDialogInterface" />
</Parameters>
<Docs>
<param name="dialog">The dialog that was canceled will be passed into the
method.
</param>
<summary>This method will be invoked when the dialog is canceled.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="OnCreateDialog">
<MemberSignature Language="C#" Value="public virtual Android.App.Dialog? OnCreateDialog (Android.OS.Bundle? savedInstanceState);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Android.App.Dialog OnCreateDialog(class Android.OS.Bundle savedInstanceState) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.OnCreateDialog(Android.OS.Bundle)" />
<MemberSignature Language="F#" Value="abstract member OnCreateDialog : Android.OS.Bundle -> Android.App.Dialog
override this.OnCreateDialog : Android.OS.Bundle -> Android.App.Dialog" Usage="dialogFragment.OnCreateDialog savedInstanceState" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onCreateDialog", "(Landroid/os/Bundle;)Landroid/app/Dialog;", "GetOnCreateDialog_Landroid_os_Bundle_Handler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onCreateDialog", "(Landroid/os/Bundle;)Landroid/app/Dialog;", "GetOnCreateDialog_Landroid_os_Bundle_Handler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.Dialog</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="savedInstanceState" Type="Android.OS.Bundle" />
</Parameters>
<Docs>
<param name="savedInstanceState">The last saved instance state of the Fragment,
or null if this is a freshly created Fragment.</param>
<summary>Override to build your own custom Dialog container.</summary>
<returns>Return a new Dialog instance to be displayed by the Fragment.</returns>
<remarks>
<para>Override to build your own custom Dialog container. This is typically
used to show an AlertDialog instead of a generic Dialog; when doing so,
<c>#onCreateView(LayoutInflater, ViewGroup, Bundle)</c> does not need
to be implemented since the AlertDialog takes care of its own content.</para>
<para>This method will be called after <c>#onCreate(Bundle)</c> and
before <c>#onCreateView(LayoutInflater, ViewGroup, Bundle)</c>. The
default implementation simply instantiates and returns a <c>Dialog</c>
class.</para>
<para><em>Note: DialogFragment own the <c>Dialog#setOnCancelListener
Dialog.setOnCancelListener</c> and <c>Dialog#setOnDismissListener
Dialog.setOnDismissListener</c> callbacks. You must not set them yourself.</em>
To find out about these events, override <c>#onCancel(DialogInterface)</c>
and <c>#onDismiss(DialogInterface)</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#onCreateDialog(android.os.Bundle)" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.onCreateDialog(android.os.Bundle)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="OnDismiss">
<MemberSignature Language="C#" Value="public virtual void OnDismiss (Android.Content.IDialogInterface? dialog);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnDismiss(class Android.Content.IDialogInterface dialog) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.OnDismiss(Android.Content.IDialogInterface)" />
<MemberSignature Language="F#" Value="abstract member OnDismiss : Android.Content.IDialogInterface -> unit
override this.OnDismiss : Android.Content.IDialogInterface -> unit" Usage="dialogFragment.OnDismiss dialog" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:Android.Content.IDialogInterfaceOnDismissListener.OnDismiss(Android.Content.IDialogInterface)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onDismiss", "(Landroid/content/DialogInterface;)V", "GetOnDismiss_Landroid_content_DialogInterface_Handler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onDismiss", "(Landroid/content/DialogInterface;)V", "GetOnDismiss_Landroid_content_DialogInterface_Handler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="dialog" Type="Android.Content.IDialogInterface" />
</Parameters>
<Docs>
<param name="dialog">The dialog that was dismissed will be passed into the
method.
</param>
<summary>This method will be invoked when the dialog is dismissed.</summary>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="SetStyle">
<MemberSignature Language="C#" Value="public virtual void SetStyle (Android.App.DialogFragmentStyle style, int theme);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void SetStyle(valuetype Android.App.DialogFragmentStyle style, int32 theme) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.SetStyle(Android.App.DialogFragmentStyle,System.Int32)" />
<MemberSignature Language="F#" Value="abstract member SetStyle : Android.App.DialogFragmentStyle * int -> unit
override this.SetStyle : Android.App.DialogFragmentStyle * int -> unit" Usage="dialogFragment.SetStyle (style, theme)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("setStyle", "(II)V", "GetSetStyle_IIHandler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("setStyle", "(II)V", "GetSetStyle_IIHandler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="style" Type="Android.App.DialogFragmentStyle">
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.GeneratedEnum]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.GeneratedEnum>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
<Parameter Name="theme" Type="System.Int32" />
</Parameters>
<Docs>
<param name="style">Selects a standard style: may be <c>#STYLE_NORMAL</c>,
<c>#STYLE_NO_TITLE</c>, <c>#STYLE_NO_FRAME</c>, or
<c>#STYLE_NO_INPUT</c>.</param>
<param name="theme">Optional custom theme. If 0, an appropriate theme (based
on the style) will be selected for you.</param>
<summary>Call to customize the basic appearance and behavior of the
fragment's dialog.</summary>
<remarks>
<para>Call to customize the basic appearance and behavior of the
fragment's dialog. This can be used for some common dialog behaviors,
taking care of selecting flags, theme, and other options for you. The
same effect can be achieve by manually setting Dialog and Window
attributes yourself. Calling this after the fragment's Dialog is
created will have no effect.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#setStyle(int,%20int)" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.setStyle(int, int)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="Show">
<MemberSignature Language="C#" Value="public virtual void Show (Android.App.FragmentManager? manager, string? tag);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Show(class Android.App.FragmentManager manager, string tag) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.Show(Android.App.FragmentManager,System.String)" />
<MemberSignature Language="F#" Value="abstract member Show : Android.App.FragmentManager * string -> unit
override this.Show : Android.App.FragmentManager * string -> unit" Usage="dialogFragment.Show (manager, tag)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("show", "(Landroid/app/FragmentManager;Ljava/lang/String;)V", "GetShow_Landroid_app_FragmentManager_Ljava_lang_String_Handler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("show", "(Landroid/app/FragmentManager;Ljava/lang/String;)V", "GetShow_Landroid_app_FragmentManager_Ljava_lang_String_Handler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="manager" Type="Android.App.FragmentManager" />
<Parameter Name="tag" Type="System.String" />
</Parameters>
<Docs>
<param name="manager">The FragmentManager this fragment will be added to.</param>
<param name="tag">The tag for this fragment, as per
<c>FragmentTransaction#add(Fragment, String) FragmentTransaction.add</c>.</param>
<summary>Display the dialog, adding the fragment to the given FragmentManager.</summary>
<remarks>
<para>Display the dialog, adding the fragment to the given FragmentManager. This
is a convenience for explicitly creating a transaction, adding the
fragment to it with the given tag, and committing it. This does
<em>not</em> add the transaction to the back stack. When the fragment
is dismissed, a new transaction will be executed to remove it from
the activity.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#show(android.app.FragmentManager,%20java.lang.String)" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.show(android.app.FragmentManager, java.lang.String)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="Show">
<MemberSignature Language="C#" Value="public virtual int Show (Android.App.FragmentTransaction? transaction, string? tag);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Show(class Android.App.FragmentTransaction transaction, string tag) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.App.DialogFragment.Show(Android.App.FragmentTransaction,System.String)" />
<MemberSignature Language="F#" Value="abstract member Show : Android.App.FragmentTransaction * string -> int
override this.Show : Android.App.FragmentTransaction * string -> int" Usage="dialogFragment.Show (transaction, tag)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("show", "(Landroid/app/FragmentTransaction;Ljava/lang/String;)I", "GetShow_Landroid_app_FragmentTransaction_Ljava_lang_String_Handler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("show", "(Landroid/app/FragmentTransaction;Ljava/lang/String;)I", "GetShow_Landroid_app_FragmentTransaction_Ljava_lang_String_Handler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="transaction" Type="Android.App.FragmentTransaction" />
<Parameter Name="tag" Type="System.String" />
</Parameters>
<Docs>
<param name="transaction">An existing transaction in which to add the fragment.</param>
<param name="tag">The tag for this fragment, as per
<c>FragmentTransaction#add(Fragment, String) FragmentTransaction.add</c>.</param>
<summary>Display the dialog, adding the fragment using an existing transaction
and then committing the transaction.</summary>
<returns>Returns the identifier of the committed transaction, as per
<c>FragmentTransaction#commit() FragmentTransaction.commit()</c>.</returns>
<remarks>
<para>Display the dialog, adding the fragment using an existing transaction
and then committing the transaction.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#show(android.app.FragmentTransaction,%20java.lang.String)" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.show(android.app.FragmentTransaction, java.lang.String)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="ShowsDialog">
<MemberSignature Language="C#" Value="public virtual bool ShowsDialog { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool ShowsDialog" />
<MemberSignature Language="DocId" Value="P:Android.App.DialogFragment.ShowsDialog" />
<MemberSignature Language="F#" Value="member this.ShowsDialog : bool with get, set" Usage="Android.App.DialogFragment.ShowsDialog" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getShowsDialog", "()Z", "GetGetShowsDialogHandler")]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getShowsDialog", "()Z", "GetGetShowsDialogHandler")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[set: Android.Runtime.Register("setShowsDialog", "(Z)V", "GetSetShowsDialog_ZHandler")]</AttributeName>
<AttributeName Language="F#">[<set: Android.Runtime.Register("setShowsDialog", "(Z)V", "GetSetShowsDialog_ZHandler")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="showsDialog">If true, the fragment will be displayed in a Dialog.
If false, no Dialog will be created and the fragment's view hierarchly
left undisturbed.</param>
<summary>Return the current value of <c>#setShowsDialog(boolean)</c>. -or- Controls whether this fragment should be shown in a dialog.</summary>
<value>To be added.</value>
<remarks>
<para>Property getter documentation:</para>
<para>Return the current value of <c>#setShowsDialog(boolean)</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#getShowsDialog()" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.getShowsDialog()</code>.</a>
</format>
</para>
<para>Property setter documentation:</para>
<para>Controls whether this fragment should be shown in a dialog. If not
set, no Dialog will be created in <c>#onActivityCreated(Bundle)</c>,
and the fragment's view hierarchy will thus not be added to it. This
allows you to instead use it as a normal fragment (embedded inside of
its activity).</para>
<para>This is normally set for you based on whether the fragment is
associated with a container view ID passed to
<c>FragmentTransaction#add(int, Fragment) FragmentTransaction.add(int, Fragment)</c>.
If the fragment was added with a container, setShowsDialog will be
initialized to false; otherwise, it will be true.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/app/DialogFragment#setShowsDialog(boolean)" title="Reference documentation">Java documentation for <code>android.app.DialogFragment.setShowsDialog(boolean)</code>.</a>
</format>
</para>
<para>
Portions of this page are modifications based on work created and shared by the
<format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format>
and used according to terms described in the
<format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="Theme">
<MemberSignature Language="C#" Value="public virtual Android.App.DialogFragmentStyle Theme { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Android.App.DialogFragmentStyle Theme" />
<MemberSignature Language="DocId" Value="P:Android.App.DialogFragment.Theme" />
<MemberSignature Language="F#" Value="member this.Theme : Android.App.DialogFragmentStyle" Usage="Android.App.DialogFragment.Theme" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.ObsoletedOSPlatform("android28.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getTheme", "()I", "GetGetThemeHandler")]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getTheme", "()I", "GetGetThemeHandler")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.App.DialogFragmentStyle</ReturnType>
</ReturnValue>
<Docs>
<summary>
</summary>
<value>To be added.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
<since version="Added in API level 11" />
</Docs>
</Member>
<Member MemberName="ThresholdClass">
<MemberSignature Language="C#" Value="protected override IntPtr ThresholdClass { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance native int ThresholdClass" />
<MemberSignature Language="DocId" Value="P:Android.App.DialogFragment.ThresholdClass" />
<MemberSignature Language="F#" Value="member this.ThresholdClass : nativeint" Usage="Android.App.DialogFragment.ThresholdClass" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.IntPtr</ReturnType>
</ReturnValue>
<Docs>
<summary>This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.</summary>
<value>A <see cref="T:System.IntPtr" /> which contains the <c>java.lang.Class</c> JNI value corresponding to this type.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
<Member MemberName="ThresholdType">
<MemberSignature Language="C#" Value="protected override Type ThresholdType { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Type ThresholdType" />
<MemberSignature Language="DocId" Value="P:Android.App.DialogFragment.ThresholdType" />
<MemberSignature Language="F#" Value="member this.ThresholdType : Type" Usage="Android.App.DialogFragment.ThresholdType" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]</AttributeName>
<AttributeName Language="F#">[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Type</ReturnType>
</ReturnValue>
<Docs>
<summary>This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.</summary>
<value>A <see cref="T:System.Type" /> which provides the declaring type.</value>
<remarks>
<para>Portions of this page are modifications based on work created and shared by the <format type="text/html"><a href="https://developers.google.com/terms/site-policies" title="Android Open Source Project">Android Open Source Project</a></format> and used according to terms described in the <format type="text/html"><a href="https://creativecommons.org/licenses/by/2.5/" title="Creative Commons 2.5 Attribution License">Creative Commons 2.5 Attribution License.</a></format></para>
</remarks>
</Docs>
</Member>
</Members>
</Type>