#import <FlutterFakeKeyEvents.h>
Definition at line 15 of file FlutterFakeKeyEvents.h.
◆ API_AVAILABLE [1/4]
- (ios(13.4) API_AVAILABLE |
|
|
|
◆ API_AVAILABLE [2/4]
- (ios(13.4) API_AVAILABLE |
|
|
|
◆ API_AVAILABLE [3/4]
- (ios(13.4) API_AVAILABLE |
|
|
|
◆ API_AVAILABLE [4/4]
- (ios(13.4) API_AVAILABLE |
|
|
|
◆ initWithData:key:type:timestamp:
- (instancetype) initWithData: |
|
(UIPressPhase) |
phase |
key: |
|
(UIKey*) |
key |
type: |
|
(UIEventType) |
type |
timestamp: |
|
(ios(13.4)) |
API_AVAILABLE |
|
|
| |
Definition at line 14 of file FlutterFakeKeyEvents.mm.
16 type:(UIEventType)type
17 timestamp:(NSTimeInterval)timestamp
API_AVAILABLE(ios(13.4)) {
21 _dataKey = [key copy];
23 _dataTimestamp = timestamp;
◆ dataKey
◆ dataPhase
- (UIPressPhase) dataPhase |
|
readnonatomicassign |
◆ dataTimestamp
- (NSTimeInterval) dataTimestamp |
|
readnonatomicassign |
◆ dataType
The documentation for this class was generated from the following files: