X-SLAYER / flutter_accessibility_service

Flutter plugin for interacting with Accessibility Service in Android.
https://pub.dev/packages/flutter_accessibility_service
MIT License
33 stars 24 forks source link

Action Type is always 0 #1

Closed abhineetchandan closed 2 years ago

abhineetchandan commented 2 years ago

@X-SLAYER When using this plugin to receive accessibility events the action type that is received of an event, It is always 0. Why is it so?

X-SLAYER commented 2 years ago

it's refereed in the [documentation](https://developer.android.com/reference/android/view/accessibility/AccessibilityEvent#getAction()) that will get the performed action that triggered this event I don't know if is there any other ways to trigger the event so the number else if it is useless I will remove it in the next version release

abhineetchandan commented 2 years ago

okay. I will close this now