Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
_FlutterPlatformMessageResponseHandle Struct Reference

#include <test_keyboard.h>

Public Member Functions

 _FlutterPlatformMessageResponseHandle (std::string channel)
 
 _FlutterPlatformMessageResponseHandle (FlutterDataCallback data_callback, void *user_data)
 

Public Attributes

std::unique_ptr< flutter::PlatformMessagemessage
 
FlutterDataCallback data_callback
 
void * user_data
 
std::string channel
 
bool released
 
FlutterDesktopBinaryReply callback
 

Detailed Description

Definition at line 1400 of file embedder.cc.

Constructor & Destructor Documentation

◆ _FlutterPlatformMessageResponseHandle() [1/2]

_FlutterPlatformMessageResponseHandle::_FlutterPlatformMessageResponseHandle ( std::string  channel)
inlineexplicit

Definition at line 52 of file mock_engine.cc.

◆ _FlutterPlatformMessageResponseHandle() [2/2]

_FlutterPlatformMessageResponseHandle::_FlutterPlatformMessageResponseHandle ( FlutterDataCallback  data_callback,
void *  user_data 
)
inline

Definition at line 59 of file mock_engine.cc.

Member Data Documentation

◆ callback

FlutterDesktopBinaryReply _FlutterPlatformMessageResponseHandle::callback

Definition at line 21 of file test_keyboard.h.

◆ channel

std::string _FlutterPlatformMessageResponseHandle::channel

Definition at line 48 of file mock_engine.cc.

◆ data_callback

FlutterDataCallback _FlutterPlatformMessageResponseHandle::data_callback

Definition at line 46 of file mock_engine.cc.

◆ message

std::unique_ptr<flutter::PlatformMessage> _FlutterPlatformMessageResponseHandle::message

Definition at line 1401 of file embedder.cc.

◆ released

bool _FlutterPlatformMessageResponseHandle::released

Definition at line 49 of file mock_engine.cc.

◆ user_data

void * _FlutterPlatformMessageResponseHandle::user_data

Definition at line 47 of file mock_engine.cc.


The documentation for this struct was generated from the following files: