Activity.VoiceInteractor プロパティ

定義

このアクティビティを操作するためにユーザーが実行しているアクティブ VoiceInteractor な を取得します。

public virtual Android.App.VoiceInteractor? VoiceInteractor { [Android.Runtime.Register("getVoiceInteractor", "()Landroid/app/VoiceInteractor;", "GetGetVoiceInteractorHandler", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getVoiceInteractor", "()Landroid/app/VoiceInteractor;", "GetGetVoiceInteractorHandler", ApiSince=23)>]
member this.VoiceInteractor : Android.App.VoiceInteractor

プロパティ値

属性

注釈

このアクティビティを操作するためにユーザーが実行しているアクティブ VoiceInteractor な を取得します。

の Java ドキュメント android.app.Activity.getVoiceInteractor()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象