BindingManager

object BindingManager

Author

skydoves (Jaewoong Eum)

A binding resource manager for providing proper DataBinding resources in the application. This manager disassembles the BR class that generated by DataBinding process on compile time, and uses those resources for providing proper binding information.

Functions

bind
Link copied to clipboard
fun bind(bindingClass: KClass<*>)
Binds the BR class into the BindingManager.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String