#include <embedder.h>
Public Attributes | |
| size_t | struct_size |
| The size of this struct. Must be sizeof(FlutterPlatformMessage). | |
| const char * | channel |
| const uint8_t * | message |
| size_t | message_size |
| const FlutterPlatformMessageResponseHandle * | response_handle |
Definition at line 1434 of file embedder.h.
| const char* FlutterPlatformMessage::channel |
Definition at line 1437 of file embedder.h.
Referenced by ConvertToDesktopMessage(), fl_engine_send_platform_message(), FlutterEngineInitialize(), FlutterEngineSendPlatformMessage(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| const uint8_t* FlutterPlatformMessage::message |
Definition at line 1438 of file embedder.h.
Referenced by ConvertToDesktopMessage(), fl_engine_send_platform_message(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| size_t FlutterPlatformMessage::message_size |
Definition at line 1439 of file embedder.h.
Referenced by ConvertToDesktopMessage(), fl_engine_send_platform_message(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| 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 1446 of file embedder.h.
Referenced by ConvertToDesktopMessage(), fl_engine_send_platform_message(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| size_t FlutterPlatformMessage::struct_size |
The size of this struct. Must be sizeof(FlutterPlatformMessage).
Definition at line 1436 of file embedder.h.
Referenced by EngineOnFlutterPlatformMessage(), fl_engine_send_platform_message(), flutter::FlutterWindowsEngine::HandlePlatformMessage(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().