Flutter Engine
The Flutter Engine
|
#include <embedder.h>
Public Attributes | |
size_t | struct_size |
The size of this struct. Must be sizeof(FlutterPlatformMessage). More... | |
const char * | channel |
const uint8_t * | message |
size_t | message_size |
const FlutterPlatformMessageResponseHandle * | response_handle |
Definition at line 1162 of file embedder.h.
const char* FlutterPlatformMessage::channel |
Definition at line 1165 of file embedder.h.
const uint8_t* FlutterPlatformMessage::message |
Definition at line 1166 of file embedder.h.
size_t FlutterPlatformMessage::message_size |
Definition at line 1167 of file embedder.h.
const FlutterPlatformMessageResponseHandle* FlutterPlatformMessage::response_handle |
The response handle on which to invoke FlutterEngineSendPlatformMessageResponse
when the response is ready. FlutterEngineSendPlatformMessageResponse
must be called for all messages received by the embedder. Failure to call FlutterEngineSendPlatformMessageResponse
will cause a memory leak. It is not safe to send multiple responses on a single response object.
Definition at line 1174 of file embedder.h.
size_t FlutterPlatformMessage::struct_size |
The size of this struct. Must be sizeof(FlutterPlatformMessage).
Definition at line 1164 of file embedder.h.