Package 

Interface DeferredTextArray

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class DeferredTextArray.Constant

      A 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 class DeferredTextArray.Resource

      A 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait