ly.img.android.pesdk.ui.adapter / DataSourceInterface / getLayout

getLayout

abstract fun getLayout(): Int

Get the default layout res id of the list item view.

Return
Int: Default layout resource.

abstract fun getLayout(flavor: String!): Int

Get the flavored layout res id of the list item view.

Return
Int: Layout resource.