Package 

Class DeferredFormattedString.Constant

  • All Implemented Interfaces:
    android.os.Parcelable , com.backbase.deferredresources.DeferredFormattedString , com.backbase.deferredresources.text.ParcelableDeferredFormattedString

    
    public final class DeferredFormattedString.Constant
     implements ParcelableDeferredFormattedString
                        

    A wrapper for a constant format-able format string.

    • Method Summary

      Modifier and Type Method Description
      String resolve(Context context, Object formatArgs) Always resolves format with the supplied formatArgs and the primary locale from context.
      • Methods inherited from class com.backbase.deferredresources.text.ParcelableDeferredFormattedString

        describeContents, writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeferredFormattedString.Constant

        DeferredFormattedString.Constant(String format)