Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
io.flutter.embedding.android.KeyboardManagerTest.CallRecord.Kind Enum Reference

Public Attributes

 kChannel
 
 kEmbedder
 

Detailed Description

Definition at line 72 of file KeyboardManagerTest.java.

Member Data Documentation

◆ kChannel

io.flutter.embedding.android.KeyboardManagerTest.CallRecord.Kind.kChannel

The channel responder sent a message through the key event channel.

This call record will have a non-null channelObject, with an optional reply.

Definition at line 79 of file KeyboardManagerTest.java.

◆ kEmbedder

io.flutter.embedding.android.KeyboardManagerTest.CallRecord.Kind.kEmbedder

The embedder responder sent a message through the key data channel.

This call record will have a non-null keyData, with an optional reply.

Definition at line 85 of file KeyboardManagerTest.java.


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