Package com.adapty.ui.listeners
Interface AdaptyUiTagResolver
-
- All Implemented Interfaces:
public interface AdaptyUiTagResolverImplement this interface to specify the string values with which custom tags should be replaced
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAdaptyUiTagResolver.Companion
-
Method Summary
Modifier and Type Method Description abstract Stringreplacement(String tag)A function that maps a custom tag to the string value it should be replaced with. -
-
Method Detail
-
replacement
abstract String replacement(String tag)
A function that maps a custom tag to the string value it should be replaced with. If
nullis returned, the tag will not be replaced.- Parameters:
tag- The custom tag to be replaced.
-
-
-
-