StylePackCallback

interface StylePackCallback

Callback invoked when returning a style package.

Parameters

stylePack

The `style pack`. Otherwise, an `style pack error` describing the error.

Functions

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