AdaptyUiTagResolver

fun interface AdaptyUiTagResolver

Implement this interface to specify the string values with which custom tags should be replaced

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun replacement(tag: String): String?

A function that maps a custom tag to the string value it should be replaced with. If null is returned, the tag will not be replaced.