Class ThemeExportTask<V extends DynamicAppTheme>

Type Parameters:
V - The type of the dynamic app theme.
All Implemented Interfaces:
Runnable

public abstract class ThemeExportTask<V extends DynamicAppTheme> extends DynamicTask<Void,Void,Uri>
A DynamicTask to perform the theme related operations.
  • Constructor Details

    • ThemeExportTask

      public ThemeExportTask(int themeAction, @Nullable ThemeListener<V> themeListener)
      Constructor to initialize an object of this class.
      Parameters:
      themeAction - The task type to perform the operation accordingly.
      themeListener - The listener to receive the theme events.
  • Method Details