com.android.builder.model
Interface DataBindingOptions


public interface DataBindingOptions

Options for data binding


Method Summary
 boolean getAddDefaultAdapters()
          Whether to add the default data binding adapters.
 java.lang.String getVersion()
          The version of data binding to use.
 boolean isEnabled()
          Whether to enable data binding.
 

Method Detail

getVersion

java.lang.String getVersion()
The version of data binding to use.


isEnabled

boolean isEnabled()
Whether to enable data binding.


getAddDefaultAdapters

boolean getAddDefaultAdapters()
Whether to add the default data binding adapters.