AccessibilityEvent.SpeechStateChangeTypes 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.
Gets the bit mask of the speech state signaled by a #TYPE_SPEECH_STATE_CHANGE
event -or- Sets the bit mask of the speech state change types
signaled by a #TYPE_SPEECH_STATE_CHANGE
event.
public int SpeechStateChangeTypes { [Android.Runtime.Register("getSpeechStateChangeTypes", "()I", "", ApiSince=33)] get; [Android.Runtime.Register("setSpeechStateChangeTypes", "(I)V", "", ApiSince=33)] set; }
[<get: Android.Runtime.Register("getSpeechStateChangeTypes", "()I", "", ApiSince=33)>]
[<set: Android.Runtime.Register("setSpeechStateChangeTypes", "(I)V", "", ApiSince=33)>]
member this.SpeechStateChangeTypes : int with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Gets the bit mask of the speech state signaled by a #TYPE_SPEECH_STATE_CHANGE
event
Java documentation for android.view.accessibility.AccessibilityEvent.getSpeechStateChangeTypes()
.
Property setter documentation:
Sets the bit mask of the speech state change types signaled by a #TYPE_SPEECH_STATE_CHANGE
event. The sender is responsible for ensuring that the state change types make sense. For example, the sender should not send #SPEECH_STATE_SPEAKING_START
and #SPEECH_STATE_SPEAKING_END
together.
Java documentation for android.view.accessibility.AccessibilityEvent.setSpeechStateChangeTypes(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.