VirtualViewKeyboardFocusChangedEvent

class VirtualViewKeyboardFocusChangedEvent(    host: View,     nodeInfo: AccessibilityNodeInfoCompat?,     virtualViewId: Int,     hasFocus: Boolean,     superDelegate: AccessibilityDelegateCompat)

Components should implement an event of this type in order to be notified when keyboard focus changes on any virtual views implemented.

Constructors

Link copied to clipboard
constructor(host: View, nodeInfo: AccessibilityNodeInfoCompat?, virtualViewId: Int, hasFocus: Boolean, superDelegate: AccessibilityDelegateCompat)