다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상