API Compatibility report 0.0.772-0.0.769

Copyright

Copyright © 2023 TomTom NV. All rights reserved.

This software is the proprietary copyright of TomTom NV and its subsidiaries and may be used for internal evaluation purposes or commercial use strictly subject to separate license agreement between you and TomTom NV. If you are the licensee, you are only permitted to use this software in accordance with the terms of your license agreement. If you are not the licensee, you are not authorized to use this software in any manner and should immediately return or destroy it.

Module api_databinding

Type: class

Name: ImageViewBindingAdaptersKt

  
  method @androidx.databinding.BindingAdapter(value={"android:src", "ttSrcPlaceholder", "ttSrcFallback"}, requireAll=false) public static void setRemoteImage(android.widget.ImageView, android.net.Uri? uri, android.graphics.drawable.Drawable? placeholder, optional android.graphics.drawable.Drawable? fallback);
  
  
  method @androidx.databinding.BindingAdapter(value={"android:src", "ttSrcPlaceholder", "ttSrcFallback"}, requireAll=false) public static void setRemoteImage(android.widget.ImageView, android.net.Uri? uri, android.graphics.drawable.Drawable? placeholderDrawable, optional android.graphics.drawable.Drawable? fallbackDrawable);
  

Module api_graphics

Type: class

Name: LiveDataDrawable

  
  ctor public LiveDataDrawable(androidx.lifecycle.LiveData<android.graphics.drawable.Drawable> liveData, optional android.graphics.drawable.Drawable? initialDrawable);
  
  
  ctor public LiveDataDrawable(androidx.lifecycle.LiveData<android.graphics.drawable.Drawable> liveData);