Share via


VoiceInteractionSession.DisabledShowContext Property

Definition

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.

Applies to