-
public interface DeferredTextA wrapper for resolving text on demand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeferredText.ConstantA wrapper for a constant text value.
public final classDeferredText.ResourceA wrapper for a text resId.
-
Method Summary
Modifier and Type Method Description abstract CharSequenceresolve(Context context)Resolve the text. -
-
Method Detail
-
resolve
abstract CharSequence resolve(Context context)
Resolve the text.
-
-
-
-