AccessibilityService.AccessibilityButtonController 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.
Returns the controller for the accessibility button within the system's navigation area.
public Android.AccessibilityServices.AccessibilityButtonController AccessibilityButtonController { [Android.Runtime.Register("getAccessibilityButtonController", "()Landroid/accessibilityservice/AccessibilityButtonController;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getAccessibilityButtonController", "()Landroid/accessibilityservice/AccessibilityButtonController;", "", ApiSince=26)>]
member this.AccessibilityButtonController : Android.AccessibilityServices.AccessibilityButtonController
Property Value
the accessibility button controller for this AccessibilityService
- Attributes
Remarks
Returns the controller for the accessibility button within the system's navigation area. This instance may be used to query the accessibility button's state and register listeners for interactions with and state changes for the accessibility button when AccessibilityServiceInfo#FLAG_REQUEST_ACCESSIBILITY_BUTTON
is set.
<strong>Note:</strong> Not all devices are capable of displaying the accessibility button within a navigation area, and as such, use of this class should be considered only as an optional feature or shortcut on supported device implementations.
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.