INNER CODE UNIT · Kotlin

extensionsCache

mikepenz/FastAdapter · fastadapter/src/main/java/com/mikepenz/fastadapter/FastAdapter.kt:67

    private val extensionsCache = ArrayMap<Class<*>, IAdapterExtension<Item>>()

    //
    //-------------------------
    //-------------------------
    //Selection stuff
    //-------------------------
    //-------------------------

    // legacy bindView mode. if activated we will forward onBindView without payloads to the method with payloads
    var legacyBindViewMode = false
    // if set to `false` will not attach any listeners to the list. click events will have to be handled manually
    var attachDefaultListeners = true

    private val logger = VerboseLogger(TAG)

    /** Enables the verbose log for the adapter */
    var verboseLoggingEnabled: Boolean

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…