AccessibilityManager.GetEnabledAccessibilityServiceList(FeedbackFlags) Method
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.
Returns the AccessibilityServiceInfo
s of the enabled accessibility services
for a given feedback type.
[Android.Runtime.Register("getEnabledAccessibilityServiceList", "(I)Ljava/util/List;", "")]
public System.Collections.Generic.IList<Android.AccessibilityServices.AccessibilityServiceInfo>? GetEnabledAccessibilityServiceList (Android.AccessibilityServices.FeedbackFlags feedbackTypeFlags);
[<Android.Runtime.Register("getEnabledAccessibilityServiceList", "(I)Ljava/util/List;", "")>]
member this.GetEnabledAccessibilityServiceList : Android.AccessibilityServices.FeedbackFlags -> System.Collections.Generic.IList<Android.AccessibilityServices.AccessibilityServiceInfo>
Parameters
- feedbackTypeFlags
- FeedbackFlags
The feedback type flags.
Returns
An unmodifiable list with AccessibilityServiceInfo
s.
- Attributes
Remarks
Returns the AccessibilityServiceInfo
s of the enabled accessibility services for a given feedback type.
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.