Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
io.flutter.embedding.engine.systemchannels.PlatformChannel.AppSwitcherDescription Class Reference

Public Member Functions

 AppSwitcherDescription (int color, @NonNull String label)
 

Public Attributes

final int color
 
final String label
 

Detailed Description

The color and label of an application that appears in Android's app switcher, AKA recents screen.

Definition at line 699 of file PlatformChannel.java.

Constructor & Destructor Documentation

◆ AppSwitcherDescription()

io.flutter.embedding.engine.systemchannels.PlatformChannel.AppSwitcherDescription.AppSwitcherDescription ( int  color,
@NonNull String  label 
)
inline

Member Data Documentation

◆ color

final int io.flutter.embedding.engine.systemchannels.PlatformChannel.AppSwitcherDescription.color

Definition at line 701 of file PlatformChannel.java.

◆ label

final String io.flutter.embedding.engine.systemchannels.PlatformChannel.AppSwitcherDescription.label

Definition at line 702 of file PlatformChannel.java.


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