Flutter iOS Embedder
FlutterTextInputViewSpy Class Reference
Inheritance diagram for FlutterTextInputViewSpy:
FlutterTextInputView

Instance Methods

(void) - postAccessibilityNotification:target:
 

Properties

UIAccessibilityNotifications receivedNotification
 
id receivedNotificationTarget
 
BOOL isAccessibilityFocused
 

Detailed Description

Definition at line 35 of file FlutterTextInputPluginTest.mm.

Method Documentation

◆ postAccessibilityNotification:target:

- (void) postAccessibilityNotification: (UIAccessibilityNotifications)  notification
target: (id)  target 

Property Documentation

◆ isAccessibilityFocused

- (BOOL) isAccessibilityFocused
readwritenonatomicassign

Definition at line 38 of file FlutterTextInputPluginTest.mm.

◆ receivedNotification

- (UIAccessibilityNotifications) receivedNotification
readwritenonatomicassign

Definition at line 36 of file FlutterTextInputPluginTest.mm.

◆ receivedNotificationTarget

- (id) receivedNotificationTarget
readwritenonatomicassign

Definition at line 37 of file FlutterTextInputPluginTest.mm.


The documentation for this class was generated from the following file: