Class 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 Detail

      • color

        public final int color
      • label

        @NonNull
        public final String label
    • Constructor Detail

      • AppSwitcherDescription

        public AppSwitcherDescription​(int color,
                                      @NonNull
                                      String label)