Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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
 
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 1533 of file embedder.h.

Member Data Documentation

◆ channel

const char* FlutterChannelUpdate::channel

The name of the channel.

Definition at line 1537 of file embedder.h.

◆ listening

bool FlutterChannelUpdate::listening

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

Definition at line 1539 of file embedder.h.

◆ struct_size

size_t FlutterChannelUpdate::struct_size

Definition at line 1535 of file embedder.h.


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