Package 

Class DeferredBoolean.Resource

  • All Implemented Interfaces:
    android.os.Parcelable , com.backbase.deferredresources.DeferredBoolean , com.backbase.deferredresources.bool.ParcelableDeferredBoolean

    
    public final class DeferredBoolean.Resource
     implements ParcelableDeferredBoolean
                        

    A wrapper for a BoolRes.

    • Method Summary

      Modifier and Type Method Description
      Boolean resolve(Context context) Resolve resId to a boolean with the given context.
      • Methods inherited from class com.backbase.deferredresources.bool.ParcelableDeferredBoolean

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

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

      • DeferredBoolean.Resource

        DeferredBoolean.Resource(Integer resId)