PainterPathHint

@Immutable
interface PainterPathHint : PainterHint

A PainterHint that modifies the path of the resource being loaded. Usage examples are applying the New UI icon mappings, or picking up dark theme variants of icons.

Inheritors

Functions

Link copied to clipboard
open fun canApplyTo(path: String): Boolean
Link copied to clipboard
abstract fun patch(path: String): String

Replace the entire path with the given value.