Class PlatformChannel.AppSwitcherDescription

java.lang.Object
io.flutter.embedding.engine.systemchannels.PlatformChannel.AppSwitcherDescription
Enclosing class:
PlatformChannel

public static class PlatformChannel.AppSwitcherDescription extends Object
The color and label of an application that appears in Android's app switcher, AKA recents screen.
  • Field Details

    • color

      public final int color
    • label

      @NonNull public final String label
  • Constructor Details

    • AppSwitcherDescription

      public AppSwitcherDescription(int color, @NonNull String label)