Package 

Class SdkIntDeferredColor

  • All Implemented Interfaces:
    android.os.Parcelable , com.backbase.deferredresources.DeferredColor , com.backbase.deferredresources.color.ParcelableDeferredColor

    
    public final class SdkIntDeferredColor
     implements ParcelableDeferredColor
                        

    A DeferredColor with a different source depending on the runtime Android SDK version.

    This is useful because different SDK levels treat colors differently in some contexts. For example, SDK 27+ can support light system navigation bar colors, but lower SDKs cannot.

    This class implements android.os.Parcelable. It will throw at runtime if the SDK-specific source DeferredColor instance cannot be marshalled.