次の方法で共有


VoiceInteractionSession.OnComputeInsets メソッド

定義

UI に興味深いインセットを計算します。

[Android.Runtime.Register("onComputeInsets", "(Landroid/service/voice/VoiceInteractionSession$Insets;)V", "GetOnComputeInsets_Landroid_service_voice_VoiceInteractionSession_Insets_Handler", ApiSince=23)]
public virtual void OnComputeInsets (Android.Service.Voice.VoiceInteractionSession.Insets? outInsets);
[<Android.Runtime.Register("onComputeInsets", "(Landroid/service/voice/VoiceInteractionSession$Insets;)V", "GetOnComputeInsets_Landroid_service_voice_VoiceInteractionSession_Insets_Handler", ApiSince=23)>]
abstract member OnComputeInsets : Android.Service.Voice.VoiceInteractionSession.Insets -> unit
override this.OnComputeInsets : Android.Service.Voice.VoiceInteractionSession.Insets -> unit

パラメーター

outInsets
VoiceInteractionSession.Insets

現在の UI インセットを入力します。

属性

注釈

の Java ドキュメントandroid.service.voice.VoiceInteractionSession.onComputeInsets(android.service.voice.Insets)

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

適用対象