共用方式為


VoiceInteractionService.DisabledShowContext 屬性

定義

傳回 所 #setDisabledShowContext設定的值。 -或- 設定您想要在顯示工作階段時一律停用的內容選項。

public virtual Android.Service.Voice.ShowFlags DisabledShowContext { [Android.Runtime.Register("getDisabledShowContext", "()I", "GetGetDisabledShowContextHandler", ApiSince=23)] get; [Android.Runtime.Register("setDisabledShowContext", "(I)V", "GetSetDisabledShowContext_IHandler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getDisabledShowContext", "()I", "GetGetDisabledShowContextHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setDisabledShowContext", "(I)V", "GetSetDisabledShowContext_IHandler", ApiSince=23)>]
member this.DisabledShowContext : Android.Service.Voice.ShowFlags with get, set

屬性值

屬性

備註

屬性 getter 檔:

傳回 所 #setDisabledShowContext設定的值。

android.service.voice.VoiceInteractionService.getDisabledShowContext()Java 檔。

屬性 setter 檔:

設定您想要在顯示工作階段時一律停用的內容選項。 旗標可以是 和VoiceInteractionSession#SHOW_WITH_SCREENSHOT VoiceInteractionSession.SHOW_WITH_SCREENSHOT的任何組合VoiceInteractionSession#SHOW_WITH_ASSIST VoiceInteractionSession.SHOW_WITH_ASSIST

android.service.voice.VoiceInteractionService.setDisabledShowContext(int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於