StylePacksCallback

interface StylePacksCallback

Callback invoked when returning existing style packages.

Parameters

regions

A list of existing style packages. Otherwise, an `style pack error` describing the error.

Functions

run
Link copied to clipboard
abstract fun run(@NonNull regions: Expected<StylePackError, List<StylePack>>)