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_ASSIST VoiceInteractionSession.SHOW_WITH_ASSISTVoiceInteractionSession#SHOW_WITH_SCREENSHOT VoiceInteractionSession.SHOW_WITH_SCREENSHOT

适用于 . 的 android.service.voice.VoiceInteractionService.setDisabledShowContext(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于