Instance Methods | |
(nonnull instancetype) | - initWithHandler:responseId: |
Properties | |
FlutterEmbedderKeyResponder * | responder |
uint64_t | responseId |
The invocation context for |HandleResponse|, wrapping |FlutterEmbedderKeyResponder.handleResponse|.
The key responder's functions only accept C-functions as callbacks, as well as arbitrary user_data. In order to send an instance method of |FlutterEmbedderKeyResponder.handleResponse| to the engine's |SendKeyEvent|, we wrap the invocation into a C-function |HandleResponse| and invocation context |FlutterKeyPendingResponse|.
Definition at line 256 of file FlutterEmbedderKeyResponder.mm.
- (nonnull instancetype) initWithHandler: | (nonnull FlutterEmbedderKeyResponder *) | responder | |
responseId: | (uint64_t) | responseId | |
|
readatomicweak |
Definition at line 258 of file FlutterEmbedderKeyResponder.mm.
|
readwritenonatomicassign |
Definition at line 260 of file FlutterEmbedderKeyResponder.mm.