VoiceInteractionSession.DisabledShowContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Equivalent to VoiceInteractionService#getDisabledShowContext
VoiceInteractionService.getDisabledShowContext
. -or- Equivalent to VoiceInteractionService#setDisabledShowContext
VoiceInteractionService.setDisabledShowContext(int)
.
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
Property Value
- Attributes
Remarks
Property getter documentation:
Equivalent to VoiceInteractionService#getDisabledShowContext VoiceInteractionService.getDisabledShowContext
.
Java documentation for android.service.voice.VoiceInteractionSession.getDisabledShowContext()
.
Property setter documentation:
Equivalent to VoiceInteractionService#setDisabledShowContext VoiceInteractionService.setDisabledShowContext(int)
.
Java documentation for android.service.voice.VoiceInteractionSession.setDisabledShowContext(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.