-
public interface DeferredTextArrayA wrapper for resolving a text array on demand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeferredTextArray.ConstantA wrapper for a constant array of text values.
This class protects against array mutability by holding a copy of the input values and by always returning a new copy of those values when resolved.
public final classDeferredTextArray.ResourceA wrapper for a text ArrayRes. Optionally set type to Type.TEXT to retain style information in each resource.
-
Method Summary
Modifier and Type Method Description abstract Array<out CharSequence>resolve(Context context)Resolve the text array. -
-
Method Detail
-
resolve
abstract Array<out CharSequence> resolve(Context context)
Resolve the text array.
-
-
-
-