Flutter Engine
 
Loading...
Searching...
No Matches
FlutterChannelUpdate Struct Reference

An update to whether a message channel has a listener set or not. More...

#include <embedder.h>

Public Attributes

size_t struct_size
 The size of the struct. Must be sizeof(FlutterChannelUpdate).
 
const char * channel
 The name of the channel.
 
bool listening
 True if a listener has been set, false if one has been cleared.
 

Detailed Description

An update to whether a message channel has a listener set or not.

Definition at line 1829 of file embedder.h.

Member Data Documentation

◆ channel

const char* FlutterChannelUpdate::channel

The name of the channel.

Definition at line 1833 of file embedder.h.

Referenced by flutter::testing::TEST_F().

◆ listening

bool FlutterChannelUpdate::listening

True if a listener has been set, false if one has been cleared.

Definition at line 1835 of file embedder.h.

Referenced by flutter::testing::TEST_F().

◆ struct_size

size_t FlutterChannelUpdate::struct_size

The size of the struct. Must be sizeof(FlutterChannelUpdate).

Definition at line 1831 of file embedder.h.


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