Flutter Engine
The Flutter Engine
|
#include <platform_message.h>
Public Member Functions | |
PlatformMessage (std::string channel, fml::MallocMapping data, fml::RefPtr< PlatformMessageResponse > response) | |
PlatformMessage (std::string channel, fml::RefPtr< PlatformMessageResponse > response) | |
~PlatformMessage () | |
const std::string & | channel () const |
const fml::MallocMapping & | data () const |
bool | hasData () |
const fml::RefPtr< PlatformMessageResponse > & | response () const |
fml::MallocMapping | releaseData () |
Definition at line 17 of file platform_message.h.
flutter::PlatformMessage::PlatformMessage | ( | std::string | channel, |
fml::MallocMapping | data, | ||
fml::RefPtr< PlatformMessageResponse > | response | ||
) |
Definition at line 11 of file platform_message.cc.
flutter::PlatformMessage::PlatformMessage | ( | std::string | channel, |
fml::RefPtr< PlatformMessageResponse > | response | ||
) |
Definition at line 18 of file platform_message.cc.
|
default |
|
inline |
Definition at line 26 of file platform_message.h.
|
inline |
Definition at line 27 of file platform_message.h.
|
inline |
Definition at line 28 of file platform_message.h.
|
inline |
Definition at line 34 of file platform_message.h.
|
inline |
Definition at line 30 of file platform_message.h.