次の方法で共有


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()

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象