Package 

Interface DeferredText


  • 
    public interface DeferredText
    
                        

    A wrapper for resolving text on demand.

    • Nested Class Summary

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

      A wrapper for a constant text value.

      public final class DeferredText.Resource

      A wrapper for a text resId.

    • Method Summary

      Modifier and Type Method Description
      abstract CharSequence resolve(Context context) Resolve the text.
      • Methods inherited from class java.lang.Object

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