Builder

constructor(layoutView: ViewGroup)

Constructor with a ViewGroup.

Parameters

layoutView

The already inflated ViewGroup instance of your layout.


constructor(@LayoutRes layoutId: Int)

Constructor with an LayoutId.

Parameters

layoutId

The LayoutId of your layout. It will be inflated by the SDK.