언어

Activity.StartLocalVoiceInteraction(Bundle) 메서드

정의

로컬 음성 상호 작용 세션을 시작합니다.

[Android.Runtime.Register("startLocalVoiceInteraction", "(Landroid/os/Bundle;)V", "GetStartLocalVoiceInteraction_Landroid_os_Bundle_Handler", ApiSince=24)]
public virtual void StartLocalVoiceInteraction(Android.OS.Bundle? privateOptions);
[<Android.Runtime.Register("startLocalVoiceInteraction", "(Landroid/os/Bundle;)V", "GetStartLocalVoiceInteraction_Landroid_os_Bundle_Handler", ApiSince=24)>]
abstract member StartLocalVoiceInteraction : Android.OS.Bundle -> unit
override this.StartLocalVoiceInteraction : Android.OS.Bundle -> unit

매개 변수

privateOptions
Bundle

현재 음성 상호 작용 서비스에 대한 프라이빗 인수 번들

특성

설명

로컬 음성 상호 작용 세션을 시작합니다. 준비가 되면 onLocalVoiceInteractionStarted()가 호출됩니다. 등록된 음성 상호 작용 서비스에 프라이빗 옵션 번들을 전달할 수 있습니다.

에 대한 android.app.Activity.startLocalVoiceInteractionAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상