-
Notifications
You must be signed in to change notification settings - Fork 2
/
VoiceInteractionService.xml
854 lines (854 loc) · 60.9 KB
/
VoiceInteractionService.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
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<Type Name="VoiceInteractionService" FullName="Android.Service.Voice.VoiceInteractionService">
<TypeSignature Language="C#" Value="public class VoiceInteractionService : Android.App.Service" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit VoiceInteractionService extends Android.App.Service" />
<TypeSignature Language="DocId" Value="T:Android.Service.Voice.VoiceInteractionService" />
<TypeSignature Language="F#" Value="type VoiceInteractionService = class
 inherit Service" />
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Android.App.Service</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("android/service/voice/VoiceInteractionService", DoNotGenerateAcw=true)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("android/service/voice/VoiceInteractionService", DoNotGenerateAcw=true)>]</AttributeName>
</Attribute>
</Attributes>
<Docs since="21">
<summary>Top-level service of the current global voice interactor, which is providing
support for hotwording, the back-end of a <c>android.app.VoiceInteractor</c>, etc.</summary>
<remarks>
<para>Top-level service of the current global voice interactor, which is providing
support for hotwording, the back-end of a <c>android.app.VoiceInteractor</c>, etc.
The current VoiceInteractionService that has been selected by the user is kept
always running by the system, to allow it to do things like listen for hotwords
in the background to instigate voice interactions.</para>
<para>Because this service is always running, it should be kept as lightweight as
possible. Heavy-weight operations (including showing UI) should be implemented
in the associated <c>android.service.voice.VoiceInteractionSessionService</c> when
an actual voice interaction is taking place, and that service should run in a
separate process from this one.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService</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>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public VoiceInteractionService ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.#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>
</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>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected VoiceInteractionService (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.Service.Voice.VoiceInteractionService.#ctor(System.IntPtr,Android.Runtime.JniHandleOwnership)" />
<MemberSignature Language="F#" Value="new Android.Service.Voice.VoiceInteractionService : nativeint * Android.Runtime.JniHandleOwnership -> Android.Service.Voice.VoiceInteractionService" Usage="new Android.Service.Voice.VoiceInteractionService (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="CreateAlwaysOnHotwordDetector">
<MemberSignature Language="C#" Value="public Android.Service.Voice.AlwaysOnHotwordDetector? CreateAlwaysOnHotwordDetector (string? keyphrase, Java.Util.Locale? locale, Android.Service.Voice.AlwaysOnHotwordDetector.Callback? callback);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance class Android.Service.Voice.AlwaysOnHotwordDetector CreateAlwaysOnHotwordDetector(string keyphrase, class Java.Util.Locale locale, class Android.Service.Voice.AlwaysOnHotwordDetector/Callback callback) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.CreateAlwaysOnHotwordDetector(System.String,Java.Util.Locale,Android.Service.Voice.AlwaysOnHotwordDetector.Callback)" />
<MemberSignature Language="F#" Value="member this.CreateAlwaysOnHotwordDetector : string * Java.Util.Locale * Android.Service.Voice.AlwaysOnHotwordDetector.Callback -> Android.Service.Voice.AlwaysOnHotwordDetector" Usage="voiceInteractionService.CreateAlwaysOnHotwordDetector (keyphrase, locale, callback)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("createAlwaysOnHotwordDetector", "(Ljava/lang/String;Ljava/util/Locale;Landroid/service/voice/AlwaysOnHotwordDetector$Callback;)Landroid/service/voice/AlwaysOnHotwordDetector;", "")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("createAlwaysOnHotwordDetector", "(Ljava/lang/String;Ljava/util/Locale;Landroid/service/voice/AlwaysOnHotwordDetector$Callback;)Landroid/service/voice/AlwaysOnHotwordDetector;", "")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Service.Voice.AlwaysOnHotwordDetector</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="keyphrase" Type="System.String" />
<Parameter Name="locale" Type="Java.Util.Locale" />
<Parameter Name="callback" Type="Android.Service.Voice.AlwaysOnHotwordDetector+Callback" />
</Parameters>
<Docs>
<param name="keyphrase">The keyphrase that's being used, for example "Hello Android".</param>
<param name="locale">The locale for which the enrollment needs to be performed.</param>
<param name="callback">The callback to notify of detection events.</param>
<summary>Creates an <see cref="T:Android.Service.Voice.AlwaysOnHotwordDetector" /> for the given keyphrase and locale.</summary>
<returns>To be added.</returns>
<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="DisabledShowContext">
<MemberSignature Language="C#" Value="public virtual Android.Service.Voice.ShowFlags DisabledShowContext { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Android.Service.Voice.ShowFlags DisabledShowContext" />
<MemberSignature Language="DocId" Value="P:Android.Service.Voice.VoiceInteractionService.DisabledShowContext" />
<MemberSignature Language="F#" Value="member this.DisabledShowContext : Android.Service.Voice.ShowFlags with get, set" Usage="Android.Service.Voice.VoiceInteractionService.DisabledShowContext" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android23.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android23.0")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[get: Android.Runtime.Register("getDisabledShowContext", "()I", "GetGetDisabledShowContextHandler", ApiSince=23)]</AttributeName>
<AttributeName Language="F#">[<get: Android.Runtime.Register("getDisabledShowContext", "()I", "GetGetDisabledShowContextHandler", ApiSince=23)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[set: Android.Runtime.Register("setDisabledShowContext", "(I)V", "GetSetDisabledShowContext_IHandler", ApiSince=23)]</AttributeName>
<AttributeName Language="F#">[<set: Android.Runtime.Register("setDisabledShowContext", "(I)V", "GetSetDisabledShowContext_IHandler", ApiSince=23)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[set: System.Runtime.Versioning.SupportedOSPlatform("android23.0")]</AttributeName>
<AttributeName Language="F#">[<set: System.Runtime.Versioning.SupportedOSPlatform("android23.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.Service.Voice.ShowFlags</ReturnType>
</ReturnValue>
<Docs>
<summary>Return the value set by <c>#setDisabledShowContext</c>. -or- Set contextual options you would always like to have disabled when a session
is shown.</summary>
<value>To be added.</value>
<remarks>
<para>Property getter documentation:</para>
<para>Return the value set by <c>#setDisabledShowContext</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#getDisabledShowContext()" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.getDisabledShowContext()</code>.</a>
</format>
</para>
<para>Property setter documentation:</para>
<para>Set contextual options you would always like to have disabled when a session
is shown. The flags may be any combination of
<c>VoiceInteractionSession#SHOW_WITH_ASSIST VoiceInteractionSession.SHOW_WITH_ASSIST</c> and
<c>VoiceInteractionSession#SHOW_WITH_SCREENSHOT
VoiceInteractionSession.SHOW_WITH_SCREENSHOT</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#setDisabledShowContext(int)" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.setDisabledShowContext(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>
</Docs>
</Member>
<Member MemberName="IsActiveService">
<MemberSignature Language="C#" Value="public static bool IsActiveService (Android.Content.Context? context, Android.Content.ComponentName? service);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsActiveService(class Android.Content.Context context, class Android.Content.ComponentName service) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.IsActiveService(Android.Content.Context,Android.Content.ComponentName)" />
<MemberSignature Language="F#" Value="static member IsActiveService : Android.Content.Context * Android.Content.ComponentName -> bool" Usage="Android.Service.Voice.VoiceInteractionService.IsActiveService (context, service)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("isActiveService", "(Landroid/content/Context;Landroid/content/ComponentName;)Z", "")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("isActiveService", "(Landroid/content/Context;Landroid/content/ComponentName;)Z", "")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="Android.Content.Context" />
<Parameter Name="service" Type="Android.Content.ComponentName" />
</Parameters>
<Docs>
<param name="context">To be added.</param>
<param name="service">To be added.</param>
<summary>Check whether the given service component is the currently active
VoiceInteractionService.</summary>
<returns>To be added.</returns>
<remarks>
<para>Check whether the given service component is the currently active
VoiceInteractionService.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#isActiveService(android.content.Context,%20android.content.ComponentName)" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.isActiveService(android.content.Context, android.content.ComponentName)</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>
</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.Service.Voice.VoiceInteractionService.JniPeerMembers" />
<MemberSignature Language="F#" Value="member this.JniPeerMembers : Java.Interop.JniPeerMembers" Usage="Android.Service.Voice.VoiceInteractionService.JniPeerMembers" />
<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>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="OnBind">
<MemberSignature Language="C#" Value="public override Android.OS.IBinder? OnBind (Android.Content.Intent? intent);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance class Android.OS.IBinder OnBind(class Android.Content.Intent intent) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.OnBind(Android.Content.Intent)" />
<MemberSignature Language="F#" Value="override this.OnBind : Android.Content.Intent -> Android.OS.IBinder" Usage="voiceInteractionService.OnBind intent" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onBind", "(Landroid/content/Intent;)Landroid/os/IBinder;", "GetOnBind_Landroid_content_Intent_Handler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onBind", "(Landroid/content/Intent;)Landroid/os/IBinder;", "GetOnBind_Landroid_content_Intent_Handler")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Android.OS.IBinder</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="intent" Type="Android.Content.Intent" />
</Parameters>
<Docs>
<param name="intent">The Intent that was used to bind to this service,
as given to <format type="text/html"><a href="https://docs.microsoft.com/en-us/search/index?search='M:Android Content Context BindService(Android Content Intent,Android Content IServiceConnection,Android Content IServiceConnection)';scope=Xamarin" title="M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)">M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection)</a></format>. Note that any extras that were included with
the Intent at that point will <i>not</i> be seen here.</param>
<summary>Return the communication channel to the service.</summary>
<returns>To be added.</returns>
<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="OnGetSupportedVoiceActions">
<MemberSignature Language="C#" Value="public virtual System.Collections.Generic.ICollection<string> OnGetSupportedVoiceActions (System.Collections.Generic.ICollection<string> voiceActions);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Collections.Generic.ICollection`1<string> OnGetSupportedVoiceActions(class System.Collections.Generic.ICollection`1<string> voiceActions) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.OnGetSupportedVoiceActions(System.Collections.Generic.ICollection{System.String})" />
<MemberSignature Language="F#" Value="abstract member OnGetSupportedVoiceActions : System.Collections.Generic.ICollection<string> -> System.Collections.Generic.ICollection<string>
override this.OnGetSupportedVoiceActions : System.Collections.Generic.ICollection<string> -> System.Collections.Generic.ICollection<string>" Usage="voiceInteractionService.OnGetSupportedVoiceActions voiceActions" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onGetSupportedVoiceActions", "(Ljava/util/Set;)Ljava/util/Set;", "GetOnGetSupportedVoiceActions_Ljava_util_Set_Handler", ApiSince=29)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onGetSupportedVoiceActions", "(Ljava/util/Set;)Ljava/util/Set;", "GetOnGetSupportedVoiceActions_Ljava_util_Set_Handler", ApiSince=29)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android29.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android29.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.ICollection<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="voiceActions" Type="System.Collections.Generic.ICollection<System.String>" />
</Parameters>
<Docs>
<param name="voiceActions">A set of checked voice actions.</param>
<summary>Request to query for what extended voice actions this service supports.</summary>
<returns>Returns a subset of checked voice actions. Additional voice actions in the
returned set will be ignored. Returns empty set if no actions are supported.</returns>
<remarks>
<para>Request to query for what extended voice actions this service supports. This method will
be called when the system checks the supported actions of this
<c>VoiceInteractionService</c>. Supported actions may be delivered to
<c>VoiceInteractionSession</c> later to request a session to perform an action.</para>
<para>Voice actions are defined in support libraries and could vary based on platform context.
For example, car related voice actions will be defined in car support libraries.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#onGetSupportedVoiceActions(java.util.Set%3Cjava.lang.String%3E)" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.onGetSupportedVoiceActions(java.util.Set<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>
</Docs>
</Member>
<Member MemberName="OnLaunchVoiceAssistFromKeyguard">
<MemberSignature Language="C#" Value="public virtual void OnLaunchVoiceAssistFromKeyguard ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnLaunchVoiceAssistFromKeyguard() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.OnLaunchVoiceAssistFromKeyguard" />
<MemberSignature Language="F#" Value="abstract member OnLaunchVoiceAssistFromKeyguard : unit -> unit
override this.OnLaunchVoiceAssistFromKeyguard : unit -> unit" Usage="voiceInteractionService.OnLaunchVoiceAssistFromKeyguard " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onLaunchVoiceAssistFromKeyguard", "()V", "GetOnLaunchVoiceAssistFromKeyguardHandler", ApiSince=23)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onLaunchVoiceAssistFromKeyguard", "()V", "GetOnLaunchVoiceAssistFromKeyguardHandler", ApiSince=23)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android23.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android23.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Called when a user has activated an affordance to launch voice assist from the Keyguard.</summary>
<remarks>
<para>Called when a user has activated an affordance to launch voice assist from the Keyguard.</para>
<para>This method will only be called if the VoiceInteractionService has set
<c>android.R.attr#supportsLaunchVoiceAssistFromKeyguard</c> and the Keyguard is showing.</para>
<para>A valid implementation must start a new activity that should use <c>android.view.WindowManager.LayoutParams#FLAG_SHOW_WHEN_LOCKED</c> to display
on top of the lock screen.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#onLaunchVoiceAssistFromKeyguard()" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.onLaunchVoiceAssistFromKeyguard()</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>
</Docs>
</Member>
<Member MemberName="OnPrepareToShowSession">
<MemberSignature Language="C#" Value="public virtual void OnPrepareToShowSession (Android.OS.Bundle args, Android.Service.Voice.ShowFlags flags);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnPrepareToShowSession(class Android.OS.Bundle args, valuetype Android.Service.Voice.ShowFlags flags) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.OnPrepareToShowSession(Android.OS.Bundle,Android.Service.Voice.ShowFlags)" />
<MemberSignature Language="F#" Value="abstract member OnPrepareToShowSession : Android.OS.Bundle * Android.Service.Voice.ShowFlags -> unit
override this.OnPrepareToShowSession : Android.OS.Bundle * Android.Service.Voice.ShowFlags -> unit" Usage="voiceInteractionService.OnPrepareToShowSession (args, flags)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onPrepareToShowSession", "(Landroid/os/Bundle;I)V", "GetOnPrepareToShowSession_Landroid_os_Bundle_IHandler", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onPrepareToShowSession", "(Landroid/os/Bundle;I)V", "GetOnPrepareToShowSession_Landroid_os_Bundle_IHandler", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="args" Type="Android.OS.Bundle" />
<Parameter Name="flags" Type="Android.Service.Voice.ShowFlags">
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.GeneratedEnum]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.GeneratedEnum>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="args">The arguments that were supplied to <c>#showSession(Bundle, int)</c>.
It always includes <c>VoiceInteractionSession#KEY_SHOW_SESSION_ID</c>.</param>
<param name="flags">The show flags originally provided to <c>#showSession(Bundle, int)</c>.</param>
<summary>Notify the interactor when the system prepares to show session.</summary>
<remarks>
<para>Notify the interactor when the system prepares to show session. The system is going to
bind the session service.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#onPrepareToShowSession(android.os.Bundle,%20int)" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.onPrepareToShowSession(android.os.Bundle, 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>
</Docs>
</Member>
<Member MemberName="OnReady">
<MemberSignature Language="C#" Value="public virtual void OnReady ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnReady() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.OnReady" />
<MemberSignature Language="F#" Value="abstract member OnReady : unit -> unit
override this.OnReady : unit -> unit" Usage="voiceInteractionService.OnReady " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onReady", "()V", "GetOnReadyHandler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onReady", "()V", "GetOnReadyHandler")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Called during service initialization to tell you when the system is ready
to receive interaction from it.</summary>
<remarks>
<para>Called during service initialization to tell you when the system is ready
to receive interaction from it. You should generally do initialization here
rather than in <c>#onCreate</c>. Methods such as <c>#showSession</c> will
not be operational until this point.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#onReady()" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.onReady()</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>
</Docs>
</Member>
<Member MemberName="OnShowSessionFailed">
<MemberSignature Language="C#" Value="public virtual void OnShowSessionFailed (Android.OS.Bundle args);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnShowSessionFailed(class Android.OS.Bundle args) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.OnShowSessionFailed(Android.OS.Bundle)" />
<MemberSignature Language="F#" Value="abstract member OnShowSessionFailed : Android.OS.Bundle -> unit
override this.OnShowSessionFailed : Android.OS.Bundle -> unit" Usage="voiceInteractionService.OnShowSessionFailed args" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onShowSessionFailed", "(Landroid/os/Bundle;)V", "GetOnShowSessionFailed_Landroid_os_Bundle_Handler", ApiSince=34)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onShowSessionFailed", "(Landroid/os/Bundle;)V", "GetOnShowSessionFailed_Landroid_os_Bundle_Handler", ApiSince=34)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android34.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android34.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="args" Type="Android.OS.Bundle" />
</Parameters>
<Docs>
<param name="args">Additional info about the show session attempt that failed. For now, includes
<c>VoiceInteractionSession#KEY_SHOW_SESSION_ID</c>.</param>
<summary>Called when the show session failed.</summary>
<remarks>
<para>Called when the show session failed. E.g. When the system bound the session service failed.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#onShowSessionFailed(android.os.Bundle)" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.onShowSessionFailed(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>
</Docs>
</Member>
<Member MemberName="OnShutdown">
<MemberSignature Language="C#" Value="public virtual void OnShutdown ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void OnShutdown() cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.OnShutdown" />
<MemberSignature Language="F#" Value="abstract member OnShutdown : unit -> unit
override this.OnShutdown : unit -> unit" Usage="voiceInteractionService.OnShutdown " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("onShutdown", "()V", "GetOnShutdownHandler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("onShutdown", "()V", "GetOnShutdownHandler")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Called during service de-initialization to tell you when the system is shutting the
service down.</summary>
<remarks>
<para>Called during service de-initialization to tell you when the system is shutting the
service down.
At this point this service may no longer be the active <c>VoiceInteractionService</c>.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#onShutdown()" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.onShutdown()</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>
</Docs>
</Member>
<Member MemberName="ServiceInterface">
<MemberSignature Language="C#" Value="public const string ServiceInterface;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string ServiceInterface" />
<MemberSignature Language="DocId" Value="F:Android.Service.Voice.VoiceInteractionService.ServiceInterface" />
<MemberSignature Language="F#" Value="val mutable ServiceInterface : string" Usage="Android.Service.Voice.VoiceInteractionService.ServiceInterface" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("SERVICE_INTERFACE")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("SERVICE_INTERFACE")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>The <c>Intent</c> that must be declared as handled by the service.</summary>
<remarks>
<para>The <c>Intent</c> that must be declared as handled by the service.
To be supported, the service must also require the
<c>android.Manifest.permission#BIND_VOICE_INTERACTION</c> permission so
that other applications can not abuse it.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#SERVICE_INTERFACE" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.SERVICE_INTERFACE</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>
</Docs>
</Member>
<Member MemberName="ServiceMetaData">
<MemberSignature Language="C#" Value="public const string ServiceMetaData;" />
<MemberSignature Language="ILAsm" Value=".field public static literal string ServiceMetaData" />
<MemberSignature Language="DocId" Value="F:Android.Service.Voice.VoiceInteractionService.ServiceMetaData" />
<MemberSignature Language="F#" Value="val mutable ServiceMetaData : string" Usage="Android.Service.Voice.VoiceInteractionService.ServiceMetaData" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("SERVICE_META_DATA")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("SERVICE_META_DATA")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>Name under which a VoiceInteractionService component publishes information about itself.</summary>
<remarks>
<para>Name under which a VoiceInteractionService component publishes information about itself.
This meta-data should reference an XML resource containing a
<c>&lt;{@link
android.R.styleable#VoiceInteractionService voice-interaction-service}&gt;</c> tag.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#SERVICE_META_DATA" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.SERVICE_META_DATA</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>
</Docs>
</Member>
<Member MemberName="SetUiHints">
<MemberSignature Language="C#" Value="public void SetUiHints (Android.OS.Bundle hints);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void SetUiHints(class Android.OS.Bundle hints) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.SetUiHints(Android.OS.Bundle)" />
<MemberSignature Language="F#" Value="member this.SetUiHints : Android.OS.Bundle -> unit" Usage="voiceInteractionService.SetUiHints hints" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("setUiHints", "(Landroid/os/Bundle;)V", "", ApiSince=29)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("setUiHints", "(Landroid/os/Bundle;)V", "", ApiSince=29)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android29.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android29.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hints" Type="Android.OS.Bundle" />
</Parameters>
<Docs>
<param name="hints">Arguments used to show UI.</param>
<summary>Provide hints to be reflected in the system UI.</summary>
<remarks>
<para>Provide hints to be reflected in the system UI.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#setUiHints(android.os.Bundle)" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.setUiHints(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>
</Docs>
</Member>
<Member MemberName="ShowSession">
<MemberSignature Language="C#" Value="public virtual void ShowSession (Android.OS.Bundle? args, Android.Service.Voice.ShowFlags flags);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ShowSession(class Android.OS.Bundle args, valuetype Android.Service.Voice.ShowFlags flags) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.ShowSession(Android.OS.Bundle,Android.Service.Voice.ShowFlags)" />
<MemberSignature Language="F#" Value="abstract member ShowSession : Android.OS.Bundle * Android.Service.Voice.ShowFlags -> unit
override this.ShowSession : Android.OS.Bundle * Android.Service.Voice.ShowFlags -> unit" Usage="voiceInteractionService.ShowSession (args, flags)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("showSession", "(Landroid/os/Bundle;I)V", "GetShowSession_Landroid_os_Bundle_IHandler", ApiSince=23)]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("showSession", "(Landroid/os/Bundle;I)V", "GetShowSession_Landroid_os_Bundle_IHandler", ApiSince=23)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.Versioning.SupportedOSPlatform("android23.0")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.Versioning.SupportedOSPlatform("android23.0")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="args" Type="Android.OS.Bundle" />
<Parameter Name="flags" Type="Android.Service.Voice.ShowFlags">
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.GeneratedEnum]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.GeneratedEnum>]</AttributeName>
</Attribute>
</Attributes>
</Parameter>
</Parameters>
<Docs>
<param name="args">Arbitrary arguments that will be propagated to the session.</param>
<param name="flags">Indicates additional optional behavior that should be performed. May
be any combination of
<c>VoiceInteractionSession#SHOW_WITH_ASSIST VoiceInteractionSession.SHOW_WITH_ASSIST</c> and
<c>VoiceInteractionSession#SHOW_WITH_SCREENSHOT
VoiceInteractionSession.SHOW_WITH_SCREENSHOT</c>
to request that the system generate and deliver assist data on the current foreground
app as part of showing the session UI.</param>
<summary>Request that the associated <c>android.service.voice.VoiceInteractionSession</c> be
shown to the user, starting it if necessary.</summary>
<remarks>
<para>Request that the associated <c>android.service.voice.VoiceInteractionSession</c> be
shown to the user, starting it if necessary.</para>
<para>
<format type="text/html">
<a href="https://developer.android.com/reference/android/service/voice/VoiceInteractionService#showSession(android.os.Bundle,%20int)" title="Reference documentation">Java documentation for <code>android.service.voice.VoiceInteractionService.showSession(android.os.Bundle, 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>
</Docs>
</Member>
<Member MemberName="StartSession">
<MemberSignature Language="C#" Value="public virtual void StartSession (Android.OS.Bundle? args);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void StartSession(class Android.OS.Bundle args) cil managed" />
<MemberSignature Language="DocId" Value="M:Android.Service.Voice.VoiceInteractionService.StartSession(Android.OS.Bundle)" />
<MemberSignature Language="F#" Value="abstract member StartSession : Android.OS.Bundle -> unit
override this.StartSession : Android.OS.Bundle -> unit" Usage="voiceInteractionService.StartSession args" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Mono.Android</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Android.Runtime.Register("startSession", "(Landroid/os/Bundle;)V", "GetStartSession_Landroid_os_Bundle_Handler")]</AttributeName>
<AttributeName Language="F#">[<Android.Runtime.Register("startSession", "(Landroid/os/Bundle;)V", "GetStartSession_Landroid_os_Bundle_Handler")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="args" Type="Android.OS.Bundle" />
</Parameters>
<Docs>
<param name="args">Arbitrary arguments that will be propagated to the session.
</param>
<summary>Initiate the execution of a new <see cref="T:Android.Service.Voice.VoiceInteractionSession" />.</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="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.Service.Voice.VoiceInteractionService.ThresholdClass" />
<MemberSignature Language="F#" Value="member this.ThresholdClass : nativeint" Usage="Android.Service.Voice.VoiceInteractionService.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.Service.Voice.VoiceInteractionService.ThresholdType" />
<MemberSignature Language="F#" Value="member this.ThresholdType : Type" Usage="Android.Service.Voice.VoiceInteractionService.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>