-
public interface DeferredFormattedStringA wrapper for resolving a formatted string on demand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeferredFormattedString.ConstantA wrapper for a constant format-able format string.
public final classDeferredFormattedString.ResourceA wrapper for a format-able StringRes.
-
Method Summary
Modifier and Type Method Description abstract Stringresolve(Context context, Object formatArgs)Resolve the string with the supplied formatArgs. -
-
Method Detail
-
resolve
abstract String resolve(Context context, Object formatArgs)
Resolve the string with the supplied formatArgs.
-
-
-
-